From fa682f0e24daba7a807a2bbac4a40cb576f54f27 Mon Sep 17 00:00:00 2001 From: pix106 Date: Thu, 4 Apr 2024 07:32:59 +0200 Subject: [PATCH] sdm660-common: remove Apex flags --- sdm660.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdm660.mk b/sdm660.mk index 4d322c7d..3fda653c 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -11,13 +11,6 @@ $(call inherit-product-if-exists, build/target/product/embedded.mk) # Disable deprecated sdcardfs, enable casefold, projid $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) -# Enable updating of APEXes -ifeq ($(ENABLE_APEX), true) -TARGET_SUPPORTS_UPDATABLE_APEX := true -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) -$(call inherit-product-if-exists, vendor/prebuilts/config/apex.mk) -endif - # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)