From eaeed21781e3b0a663f3f9b66d6337092ac29c8a Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Mon, 27 Dec 2021 23:58:47 +0900 Subject: [PATCH] Revert "universal7885: disable apex compressing" This reverts commit 6a6d66d5e1a3ce47e1e64b9f7541a0bce0c45d27. --- universal7885-common/universal7885-common.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 62b4ece..7285a89 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -5,6 +5,9 @@ else ifneq ($(findstring a40, $(TARGET_PRODUCT)),) $(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk) endif +# .apex packages +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Build Fingerprints $(call inherit-product, $(LOCAL_PATH)/fingerprint.mk) @@ -15,6 +18,10 @@ PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true PRODUCT_ENFORCE_RRO_TARGETS := framework-res PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty +# Disable APEX compression +# Keep this after including updatable_apex.mk +PRODUCT_COMPRESSED_APEX := false + # Audio TARGET_EXCLUDES_AUDIOFX := true