diff --git a/sm7325.mk b/sm7325.mk index b6c6959..87ab738 100644 --- a/sm7325.mk +++ b/sm7325.mk @@ -17,6 +17,9 @@ PRODUCT_BUILD_SUPER_PARTITION := false PRODUCT_USE_DYNAMIC_PARTITIONS := true +# 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)