aboutsummaryrefslogtreecommitdiff
path: root/target/product/updatable_apex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/product/updatable_apex.mk')
-rw-r--r--target/product/updatable_apex.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/product/updatable_apex.mk b/target/product/updatable_apex.mk
index a84a0d2ba3..d606e0037d 100644
--- a/target/product/updatable_apex.mk
+++ b/target/product/updatable_apex.mk
@@ -20,6 +20,11 @@ ifneq ($(OVERRIDE_TARGET_FLATTEN_APEX),true)
# com.android.apex.cts.shim.v1_prebuilt overrides CtsShimPrebuilt
# and CtsShimPrivPrebuilt since they are packaged inside the APEX.
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
- PRODUCT_PROPERTY_OVERRIDES := ro.apex.updatable=true
+ PRODUCT_VENDOR_PROPERTIES := ro.apex.updatable=true
TARGET_FLATTEN_APEX := false
+ # Use compressed apexes in pre-installed partitions.
+ # Note: this doesn't mean that all pre-installed apexes will be compressed.
+ # Whether an apex is compressed or not is controlled at apex Soong module
+ # via compresible property.
+ PRODUCT_COMPRESSED_APEX := true
endif