sdm660-common: remove Apex flags

This commit is contained in:
pix106 2024-04-04 07:32:59 +02:00 committed by CakesTwix
parent 5f9452509c
commit fa682f0e24

View file

@ -11,13 +11,6 @@ $(call inherit-product-if-exists, build/target/product/embedded.mk)
# Disable deprecated sdcardfs, enable casefold, projid # Disable deprecated sdcardfs, enable casefold, projid
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) $(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 # Inherit proprietary files
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
$(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)