Commit graph

630 commits

Author SHA1 Message Date
Dmitry Muhomor
923be7d85d reformat overlays.ts with Prettier 2024-03-02 15:51:08 -05:00
Dmitry Muhomor
69559b2b50 add index of Pixel Android 15 DP1 builds 2024-02-21 13:19:37 -05:00
Dmitry Muhomor
6d0d318cd0 switch bramble and redfin to UP1A.231105.001.B2 2024-02-21 13:19:37 -05:00
Dmitry Muhomor
e892ab9e6c add index of Pixel Android 14 QPR3 Beta 1 builds 2024-02-21 13:19:37 -05:00
Dmitry Muhomor
391f6900fd adjust parseBetaFactoryOrOtaPage() to 14 QPR3 beta image pages 2024-02-21 13:19:37 -05:00
Dmitry Muhomor
8d39db9904 reformat build-index.ts with Prettier 2024-02-21 13:19:37 -05:00
Dmitry Muhomor
1f4158ad82 ASB 24.02: update build-id-to-tag index 2024-02-21 13:19:37 -05:00
Daniel Micay
ee7f3a9060 update copyright notice 2024-02-15 02:57:19 -05:00
Daniel Micay
f1f301c346 update vendor specs for February 2024-02-05 15:47:14 -05:00
Dmitry Muhomor
4a443eea40 ASB 24.02: update build IDs 2024-02-05 14:35:52 -05:00
Dmitry Muhomor
5b24ed7870 add index of Pixel Android 14 QPR2 Beta 3.2 builds 2024-02-05 14:35:52 -05:00
Dmitry Muhomor
b8bbf5845d filter out googlebattery sepolicy dir
It's now included in device/google/*-sepolicy makefiles.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
d2aa880785 remove product default-permissions.xml from 8th gen Pixels
They were included by mistake due to removal of default-permissions.xml from device/google/zuma,
which made adevtool copy them from the stock OS image.

This mistake was harmless, since permission grants which are defined in default-permissions.xml
apply only to preinstalled packages.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
2a0ff5ed4f remove default-permissions for Google Meet and Pixel VPN
These files grant default permissions only if the target apps are part of the system image.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
c2e89ddb70 add system_ext:felix-services to PRODUCT_SYSTEM_SERVER_JARS on felix
This matches the stock OS configuration and is required for proper support of Pixel Fold.

See contents of proprietary/system_ext/framework/felix-services.jar for more info.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
73a84f1cc2 add support for appending to PRODUCT_SYSTEM_SERVER_JARS list 2024-01-09 14:19:47 -05:00
Dmitry Muhomor
d3e0d8041e ship CameraX extension support
CameraX extensions require Pixel Camera Services, which were shipped by the previous commit.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
98336dca41 ship Pixel Camera Services
This requires corresponding changes in fw/base to prevent privileged Pixel Camera Services from
interacting with unprivileged sandboxed Google Play.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
ce43cb5ce4 add device/google/gs-common to sepolicy_dirs config
This is needed to properly PixelCameraServices in the next commit, otherwise it would not be marked
as presigned, which would prevent it from running in its SELinux domain (vendor_pcs_app).
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
f71b0ed4f0 generate-prep: do not clear extra_product_makefiles config
Clearing it leads to incorrect diffing of SELinux contexts during state generation.

extra_product_makefiles config is currently used only for wireless_charger.mk inclusion, which
doesn't actually reference proprietary files directly.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
383b760aef fix-certs command: handle empty signer arrays in mac_permissions.xml files
Such arrays broke fix-certs before this change.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
492912a327 remove support for 4th gen Pixels
They remain supported through the 13 branch.
2024-01-09 14:19:47 -05:00
Dmitry Muhomor
de6aeb63d2 remove default-permissions_pixelsupport.xml 2024-01-04 09:08:13 -05:00
Dmitry Muhomor
13239c51cc ASB 24.01: update build-id-to-tag index 2024-01-04 09:08:13 -05:00
Dmitry Muhomor
70f2187fbc fixup! add index of Pixel Android 14 QPR2 Beta 2 builds 2024-01-04 09:08:13 -05:00
Daniel Micay
da9b5a42ac update vendor specs for January 2024-01-03 16:04:39 -05:00
Dmitry Muhomor
1fd2e75458 ASB 24.01: update build IDs 2024-01-03 14:58:31 -05:00
Dmitry Muhomor
edd1295db0 add index of Pixel Android 14 QPR2 Beta 2 builds 2024-01-03 14:58:31 -05:00
Dmitry Muhomor
e72ed2adbe update prop removal 2023-12-07 12:39:25 -05:00
Daniel Micay
fe8dedcc8f update vendor skels 2023-12-07 02:34:46 -05:00
Dmitry Muhomor
29453cb42e bugfix: generatePrep() didn't clear extra_product_makefiles
generatePrep() is called from the `collect-state --rebuild` command, which uses a different
codepath than the `generate-prep` command.
2023-12-06 20:43:49 -05:00
Dmitry Muhomor
68e72db131 remove indices of old Pixel beta builds 2023-12-06 19:26:34 -05:00
Dmitry Muhomor
3be3d7f647 add index of Pixel Android 14 QPR2 Beta 1.1 builds 2023-12-06 19:26:34 -05:00
Dmitry Muhomor
ef6301f9e9 14 QPR1: update build-id-to-tag index 2023-12-06 19:26:34 -05:00
Dmitry Muhomor
1ea648d983 14 QPR1: update file and overlay removal 2023-12-06 20:47:31 +02:00
Dmitry Muhomor
c3146ecf59 14 QPR1: freeze SPL for bramble (Pixel 4a 5G) and redfin (Pixel 5) 2023-12-06 18:23:46 +02:00
Dmitry Muhomor
9a0c0b291c 14 QPR1: update build IDs 2023-12-06 18:23:46 +02:00
Dmitry Muhomor
4c702201c6 Revert "use default patch level for 5th gen Pixels"
This reverts commit 8a5b54f5c0.
2023-12-06 17:39:06 +02:00
Dmitry Muhomor
9c41251d99 Revert "freeze patch level for 6th/7th gen Pixels"
This reverts commit 6be47d8723.
2023-12-06 17:39:06 +02:00
Daniel Micay
6be47d8723 freeze patch level for 6th/7th gen Pixels
It's not clear if they have one of the Mali GPU patches from the
2023-11-05 patch level, so they'll need to be frozen at 2023-11-01 until
the official December security patch for them is available.
2023-12-04 18:28:31 -05:00
Daniel Micay
8a5b54f5c0 use default patch level for 5th gen Pixels 2023-12-04 18:28:29 -05:00
Dmitry Muhomor
c5b7c3a609 switch sunfish to TQ3A.230805.001.S1 2023-11-09 01:41:16 -05:00
Daniel Micay
cc5311d217 update vendor specs for November 2023-11-07 03:05:31 -05:00
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
d181c5695b ASB 23.11: update build-id-to-tag index 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
Daniel Micay
eec53c51a8 update vendor skels 2023-10-18 18:20:23 -04: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
Dmitry Muhomor
ab3cc0d13c add support for specifying PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS
See da2d4a29bf
2023-10-14 12:17:14 -04:00
Dmitry Muhomor
fd2d1aada8 add index of 8th gen Pixel Android 14 QPR1 Beta 2 builds 2023-10-14 12:17:14 -04:00