From 51d80eea83c047a63fb4fe61a5b9959fcf522566 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Fri, 16 Jul 2021 12:52:43 +0200 Subject: [PATCH] sm6250-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 --- atoll.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atoll.mk b/atoll.mk index 8cfa4d2..bce0df3 100644 --- a/atoll.mk +++ b/atoll.mk @@ -14,5 +14,8 @@ DEVICE_PACKAGE_OVERLAYS += \ PRODUCT_ENFORCE_RRO_TARGETS := * +# Enable project quotas and casefolding for emulated storage without sdcardfs +$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) + # Inherit proprietary targets $(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)