diff --git a/common.mk b/common.mk index 1fbf150..d1c10b1 100644 --- a/common.mk +++ b/common.mk @@ -14,6 +14,9 @@ # limitations under the License. # +# 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)