From a0f52469bd4a7a783a2a9dcb1c90f257c7b4fb3a Mon Sep 17 00:00:00 2001 From: pix106 Date: Mon, 13 Nov 2023 18:13:58 +0100 Subject: [PATCH] Revert "sdm660-common: Disable APEX compression" This reverts commit f2cb1e7374d8172b30f3fe4878c13ccd06a10951. --- sdm660.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdm660.mk b/sdm660.mk index 0686af08..422c197a 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -18,9 +18,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) $(call inherit-product-if-exists, vendor/prebuilts/config/apex.mk) endif -# Disable APEX compression -PRODUCT_COMPRESSED_APEX := false - # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)