Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
  2. Mar 07, 2025
  3. Jan 10, 2025
  4. Dec 02, 2024
  5. Aug 09, 2024
  6. Jul 30, 2024
  7. Jul 17, 2024
  8. Jul 04, 2024
  9. Jun 29, 2024
    • Aaron Kling's avatar
      Remove software omx codec references · 08a48768
      Aaron Kling authored
      These are no longer available as of Android 14 QPR3. The C2 codecs
      available by default in the swcodec apex will be used instead.
      
      Change-Id: I8cdf3e700823779a7382c66c3df8410d41209b7c
      08a48768
  10. Jun 04, 2024
  11. Jun 02, 2024
  12. May 21, 2024
    • Michael Bestas's avatar
      quill: Enforce vintf kernel requirements · 08be0dc2
      Michael Bestas authored
      The build system enables this for shipping API level >=29
      but we also want it to pass the vintf runtime checks.
      
      Change-Id: Ie2147893a1551b736880913334a3c134a17ca91c
      08be0dc2
    • Aaron Kling's avatar
      Switch to light module · ebba977c
      Aaron Kling authored
      Currently results in no change to the target image, but this allows
      updates to the target in one place instead of each device tree.
      
      Change-Id: I13d095307ed1dcb2375ae7193b9abc3be30b3bdf
      ebba977c
    • Aaron Kling's avatar
      Switch to thermal module · effe419a
      Aaron Kling authored
      Currently results in no change to the target image, but this allows
      updates to the target in one place instead of each device tree.
      
      Change-Id: I9dbc06b6a64604c46851f3c4aef3f189c83f042d
      effe419a
    • Aaron Kling's avatar
      Remove device specific manifest · 9a6d13a2
      Aaron Kling authored
      This is being commonized and auto-detected based on kernel version.
      
      Change-Id: Iad34b7f4a6202fc30fd4325ac59d6c820d70e417
      9a6d13a2
    • David Su's avatar
      WifiOverlay: Don't sign Wifi RROs with platform cert · 03bdf838
      David Su authored
      Preinstalled overlays needn't be signed with the same cert
      as the package it overlays, simply being preinstalled is
      enough. Sign with the default cert instead for now, which
      provides fewer special privileges.
      
      Bug: 162195999
      Test: verify values still overlaid correctly
      Change-Id: I017491fd383551c5aadf8648edb900e0c12a27b8
      03bdf838
    • Roshan Pius's avatar
      Add WifiOverlay · 337f71fd
      Roshan Pius authored
      Bug: 148617260
      Test: Device boots up and connects to wifi networks.
      Change-Id: Iec27a6d947a232a42451ef095dc73d1a52327db5
      337f71fd
  13. Apr 01, 2024
  14. Mar 26, 2024
  15. Mar 22, 2024
    • Aaron Kling's avatar
      Add default fingerprint · 08df4460
      Aaron Kling authored
      As of Android 14 QPR2, quill Lineage release key fingerprints are
      longer than 92 characters. This cause crashes on prop read. So,
      hardcode a default that is shorter than 92 characters, so it can be
      overridden later.
      
      Change-Id: I47abbac4344252262c47b865fbda871559fcbf30
      08df4460
  16. Mar 21, 2024
  17. Feb 29, 2024
  18. Feb 02, 2024
    • Aaron Kling's avatar
      initfiles: Remove some unsued properties · 4a58027d
      Aaron Kling authored
      Most are denied by upstream policy, so just remove them to silence
      errors. linktoprimary will never be supported by lineage.
      
      Change-Id: I81f83a460705aac45cfdd9583e1457834df98463
      4a58027d
  19. Jan 15, 2024
    • Aaron Kling's avatar
      Refactor audio policy · e44be178
      Aaron Kling authored
      Previously, audio policy was handled by product type, such as tablet or
      atv. This was never correct, as policy should be based on the device
      variant and is not affect by product type. This sets the default policy
      to the basic set top box and devkit variant, and drops the mobile
      variant as nothing for this target needs it. It also adds the msd
      include for dolby to match the foster policy.
      
      Change-Id: I0fcacd65568a6b4e26381d248e1590148d104fa0
      e44be178
    • Aaron Kling's avatar
      flash_package: Fix building with in-tree out · 750a1af6
      Aaron Kling authored
      Change-Id: Ie445586d222878cacee3597533fed7717f3dc9b9
      750a1af6
  20. Jan 13, 2024
  21. Dec 14, 2023
  22. Dec 07, 2023
    • Aaron Kling's avatar
      Add zram to fstab using 30% size · 4363ff66
      Aaron Kling authored
      Zram was removed from the baseline fstab when copied from foster due to
      lack of need given the amount of ram available versus androids usage at
      the time. Vts now requires zram, so add it back.
      
      Change-Id: Id2056e5a1c62ac6192e9d59c4eeb2e0fa0723c41
      4363ff66
    • Aaron Kling's avatar
      Use boot image version 1 · 8a5a7bae
      Aaron Kling authored
      Required by vts for launched with api 28. The only difference between v0
      and v1 is the recovery dtb fields, which remain unused, so no changes to
      the bootloader are required.
      
      Change-Id: I6bb9777ad2164ca50c16db9aad02ee0a4bfa922a
      8a5a7bae
    • Aaron Kling's avatar
      nvphs: Update config to mirror foster · ad638460
      Aaron Kling authored
      Change-Id: I0828d79cefde4ee7d4ad993152d3ea33f482fb17
      ad638460
    • Sal Savage's avatar
      Replace BTM_DEF_LOCAL_NAME with a sysprop · f7a3e6b9
      Sal Savage authored
      Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
      f7a3e6b9
    • Aaron Kling's avatar
      Remove bdroid header · 7a88a337
      Aaron Kling authored
      With bluetooth moved to apex, build time flags can no longer be used.
      
      Change-Id: I02eb8bb0926611c29993b115e5300b950b00ff3f
      7a88a337
  23. Dec 05, 2023
Loading