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
This commit is contained in:
Daniel Rosenberg 2020-02-28 17:55:47 -08:00 committed by LuK1337
parent 410e7ff323
commit 5d0602d85a

View file

@ -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)