Merge "Enable apex compression on all devices with updatable apex" am: 359f09fd01
am: 1661d8db01
am: 3cae74dd16
Original change: https://android-review.googlesource.com/c/platform/build/+/1652340 Change-Id: Ia435d73b31353c4f0bca6ac0c2e76a821423e6f7
This commit is contained in:
@@ -22,4 +22,9 @@ ifneq ($(OVERRIDE_TARGET_FLATTEN_APEX),true)
|
|||||||
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
|
PRODUCT_PACKAGES += com.android.apex.cts.shim.v1_prebuilt
|
||||||
PRODUCT_VENDOR_PROPERTIES := ro.apex.updatable=true
|
PRODUCT_VENDOR_PROPERTIES := ro.apex.updatable=true
|
||||||
TARGET_FLATTEN_APEX := false
|
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
|
endif
|
||||||
|
Reference in New Issue
Block a user