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:
@@ -12,6 +12,7 @@ $(call inherit-product, vendor/brcm/rpi5/rpi5-vendor.mk)
|
|||||||
|
|
||||||
# APEX
|
# APEX
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||||
|
OVERRIDE_PRODUCT_COMPRESSED_APEX := false
|
||||||
|
|
||||||
# API level
|
# API level
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 36
|
PRODUCT_SHIPPING_API_LEVEL := 36
|
||||||
|
|||||||
Reference in New Issue
Block a user