Commit graph

31 commits

Author SHA1 Message Date
Dmitry Muhomor
f2605c5d3c ASB 23.11: override platform SPL to 2023-11-05 on 5th gen Pixels
In android-14.0.0_r13 (used by 5th gen) it's set to 11-05, but in android-14.0.0_r14 (which will be
used as the main tag) it's set to 11-01.

r14 includes all of security patches that are present in r13.
2023-11-07 01:19:04 -05:00
Dmitry Muhomor
a345911d5e ASB 23.11: update build IDs 2023-11-06 14:20:54 -05:00
Dmitry Muhomor
94c93a8f82 add liboemcrypto.so to vendor linker config on gs devices
This is needed to allow DRM service inside com.google.android.widevine vendor APEX to open it.
2023-10-14 12:17:14 -04:00
Pratyush
d69dc0fe7d include wireless_charger.mk for redfin 2023-10-13 17:28:04 -04:00
Dmitry Muhomor
5389a029b6 add initial configs for Pixel 8 (shiba) and Pixel 8 Pro (husky) 2023-10-12 14:36:30 -04:00
quh4gko8
a3c064ec88 Do not copy custom_lockscreen_shortcuts_enabled overlay 2023-10-10 08:25:46 -04:00
Dmitry Muhomor
66f45afaae include wireless_charger.mk from gs-common for devices that need it 2023-10-06 16:18:54 -04:00
Dmitry Muhomor
cbfc9d223b include atcmdfwd-saidl.xml vintf
It was previously included manually in device/google/redbull because of non-standard XML formatting,
which is now handled by adevtool.
2023-10-06 09:05:43 -04:00
flawedworld
86d6f5d95b Fix wrong path in vintf XML exclusion on 5th gen Pixels 2023-10-06 07:25:09 -04:00
Dmitry Muhomor
e0ad594571 remove CameraX extension support
Including it requires Camera app and/or OS changes.
2023-10-06 04:40:15 -04:00
quh4gko8
5a9be63d5a Update file-removal.yml for 14 2023-10-06 04:22:36 -04:00
flawedworld
4427f2808e Initial cleanup for 14 2023-10-05 21:42:33 -04:00
flawedworld
dfea0639e7 Fix vintf for 5th gen Pixels on 14 2023-10-05 21:42:17 -04:00
Dmitry Muhomor
ee0cd11c46 14: update build IDs 2023-10-04 13:37:31 -04:00
Dmitry Muhomor
8c8c5de062 14: update file and overlay removal 2023-10-04 13:37:31 -04:00
Dmitry Muhomor
9293b9d453 Revert "lower lynx SPL to 2023-09-01"
This reverts commit c7dafe9a0b.
2023-10-04 13:37:31 -04:00
Dmitry Muhomor
6ac4ae9191 Revert "lower 5th gen Pixel SPL to 2023-09-01"
This reverts commit 464ac24d8e.
2023-10-04 13:37:31 -04:00
Dmitry Muhomor
c7dafe9a0b lower lynx SPL to 2023-09-01 2023-10-03 02:47:09 -04:00
Dmitry Muhomor
464ac24d8e lower 5th gen Pixel SPL to 2023-09-01 2023-10-03 02:47:09 -04:00
Dmitry Muhomor
3ad4fbf6f0 correctly set prev_build_id property for sunfish and felix
This property is useful for doing manual comparisons.
2023-09-18 15:59:28 -04:00
Dmitry Muhomor
4bd8839b7d update configs for September 2023 Android 13 release 2023-09-18 14:20:48 -04:00
Dmitry Muhomor
cfbfaf7010 make kernel repo URL part of device config 2023-09-09 02:43:06 -04:00
Dmitry Muhomor
c8f93555c0 filter out several unused overlays without parsing them
Vendor module trees remain the same.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
29cd63fdda update overlay filters for felix and tangorpro
Previously-removed overlays no longer break the resource parser.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
c036c79a5e filter out HbmSVManager overlay on all devices
HbmSVManager ("high brightness mode manager") itself is not shipped, even though this overlay
no longer breaks resource parser.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
456fddae1b remove product/etc/CarrierSettings/ from dep_files
Inline carrier settings extraction is no longer used.

This directory is not filtered out elsewhere, it will still be included in full (non-prep) vendor
modules. However, collected system state files that were generated prior to this commit need to be
regenerated, since they list these files as included in AOSP due to the way dep_files directive
works.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
8d8604dbe7 check PLATFORM_SECURITY_PATCH value in product Makefile
On devices that no longer receive vendor updates (e.g. Pixel 4 / 4 XL), PLATFORM_SECURITY_PATCH
should be overriden to correctly indicate that.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
d7594443cd make file system type of OS partitions part of device config 2023-08-31 16:03:43 -04:00
Dmitry Muhomor
31d493f58c make current and previous build ID part of device config
Previous build ID is useful when doing comparisons.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
4728496e47 group Pixel device-list configs by generation
This allows to invoke commands that accept a device-list for all devices in a given gen.
2023-08-31 16:03:43 -04:00
Dmitry Muhomor
1007b219cb move device configs from config/ to config/device/
This is preparation for adding new kinds of configs.
2023-08-31 16:03:43 -04:00