apex: disable compressed packages

* Decompressing APEX can take couple of minutes on the very first boot.
  For some reason this is significantly slower on AOSP16 than it was
  on AOSP15.
* This takes ~170 MB more space on the system partition which we can
  afford.
This commit is contained in:
Konsta
2025-10-22 15:03:06 +03:00
parent 6ef087c43c
commit 25de8e0a9d

View File

@@ -12,6 +12,7 @@ $(call inherit-product, vendor/brcm/rpi5/rpi5-vendor.mk)
# APEX
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
OVERRIDE_PRODUCT_COMPRESSED_APEX := false
# API level
PRODUCT_SHIPPING_API_LEVEL := 36