Merge "Re-land "Enable apex compression on all devices with updatable apex" am: 9f539e2ec0

Original change: https://android-review.googlesource.com/c/platform/build/+/1671807

Change-Id: Ib7d399adece67103a99fb0c4b9d9cf8a72c8db6c
This commit is contained in:
Nikita Ioffe 2021-04-15 16:29:17 +00:00 committed by Automerger Merge Worker
commit eee5a583fc

View file

@ -22,4 +22,9 @@ ifneq ($(OVERRIDE_TARGET_FLATTEN_APEX),true)
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
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