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
This commit is contained in:
Daniel Rosenberg 2021-07-16 12:52:43 +02:00 committed by Alexander Winkowski
parent 9efa3201da
commit 51d80eea83
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -14,5 +14,8 @@ DEVICE_PACKAGE_OVERLAYS += \
PRODUCT_ENFORCE_RRO_TARGETS := * 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 # Inherit proprietary targets
$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) $(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)