From f8283a8bf62c38f4878863de62bb9c8674c30182 Mon Sep 17 00:00:00 2001 From: Hans Boehm Date: Sat, 10 Apr 2021 01:04:41 +0000 Subject: [PATCH] Revert "Enable apex compression on all devices with updatable apex" This reverts commit eaa853ad3cf74370b3730558e901f086cfaf279e. Reason for revert: breaks git_rvc-qpr-dev-plus-aosp build. Bug: 184989544 Change-Id: Id760adaf99babe53e7cf096180032a9683587006 --- target/product/updatable_apex.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target/product/updatable_apex.mk b/target/product/updatable_apex.mk index d606e0037d..c8dc8b0027 100644 --- a/target/product/updatable_apex.mk +++ b/target/product/updatable_apex.mk @@ -22,9 +22,4 @@ 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