From 8563c5735c85642f8843157621b2c10da158c7d9 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 16 Jul 2021 12:52:43 +0200 Subject: [PATCH] sm6150-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 --- sm6150.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sm6150.mk b/sm6150.mk index 72ddfca..30baaaf 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -23,6 +23,9 @@ $(call inherit-product, vendor/xiaomi/sm6150-common/sm6150-common-vendor.mk) # Enable updating of APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) +# Enable project quotas and casefolding for emulated storage without sdcardfs +$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) + # Additional native libraries PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt