From 945488d2a5e1e6c5c328ba72fe5bf1816aaf25cf Mon Sep 17 00:00:00 2001 From: giasen Date: Fri, 27 Oct 2023 20:41:46 +0200 Subject: [PATCH] sdm710-common: Enable uncompressed apex --- sdm710.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdm710.mk b/sdm710.mk index 7073634..0e7cbed 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -3,6 +3,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + +OVERRIDE_PRODUCT_COMPRESSED_APEX := false + # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/lenovo/sdm710-common/sdm710-common-vendor.mk)