diff --git a/atoll.mk b/atoll.mk index bce0df3..2509b06 100644 --- a/atoll.mk +++ b/atoll.mk @@ -17,5 +17,8 @@ PRODUCT_ENFORCE_RRO_TARGETS := * # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Inherit proprietary targets $(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)