Merge "Revert "Revert "Re-land "Enable apex compression on all devices with updatable apex""" into sc-dev

This commit is contained in:
Mohammad Samiul Islam 2021-06-03 13:59:28 +00:00 committed by Android (Google) Code Review
commit 0e06c113f0
1 changed files with 5 additions and 0 deletions

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