From 26c6ab6578e3c264f88d01f8f5fa01ed97a9df43 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 16 Jul 2021 12:52:43 +0200 Subject: [PATCH] sm7325-common: Enable casefolding support on userdata This enables casefolding, which is required for removal of sdcardfs. Test: Wipe data and boot. lsattr /data/media, check for +F Bug: 138322712 Change-Id: I020aa6bb9c121e7bda83c07bc9fb37dcfa26702c --- sm7325.mk | 3 +++ 1 file changed, 3 insertions(+) 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)