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