From 5d0602d85aa142b971ee742e7823c5ca5c61cddd Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 28 Feb 2020 17:55:47 -0800 Subject: [PATCH] sm8350-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 --- common.mk | 3 +++ 1 file changed, 3 insertions(+) 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)