From ae9070f272c2823cf97b3ceeaaa473d5ef38288a Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 9 Feb 2024 17:47:21 -0500 Subject: [PATCH] Revert "sdm660-common: Disable compressed APEX" This reverts commit f7986c0f7cd363e6d7619c05e95a504644d6811e. Reason: Fixed kernel side. Change-Id: Ie6aa6eeba71cd76ddfa4a63bc1c503c3d00343ff --- common.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common.mk b/common.mk index 4934a05..4da8c5e 100644 --- a/common.mk +++ b/common.mk @@ -19,10 +19,6 @@ $(call inherit-product, vendor/nokia/sdm660-common/sdm660-common-vendor.mk) # Enable updating of APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) -# Disable APEX compression -# Keep this after including updatable_apex.mk -PRODUCT_COMPRESSED_APEX := false - # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay