From 25de8e0a9d247dbb5e805224e4411f1cae34b360 Mon Sep 17 00:00:00 2001 From: Konsta Date: Wed, 22 Oct 2025 15:03:06 +0300 Subject: [PATCH] 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. --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index ae95563..6bae4b3 100644 --- a/device.mk +++ b/device.mk @@ -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