From 6cf231401920c4252e1e6e24412d58280e1b3c56 Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Mon, 20 Feb 2023 23:16:12 +0530 Subject: [PATCH] sdm660-common: Use emulated storage Sdcardfs in deprecated Enable Project ID Quota support on userdata. * These features enable wide inodes on userdata, which is required for project ID quotas. Wide inodes can only be set at MKFS time. * This also enables casefolding, which is required for the removal of SDCardFS. Bug: 138321217 Test: Examine filesystem features for project quota and wide inodes. Change-Id: I9c17cda2af34c6fbd73c2d90eb6b465f4939df67 Signed-off-by: Omkar Chandorkar Signed-off-by: pix106 --- sdm660.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index bd8b1736..0686af08 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -8,6 +8,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) $(call inherit-product-if-exists, build/target/product/embedded.mk) +# Disable deprecated sdcardfs, enable casefold, projid +$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) # Enable updating of APEXes ifeq ($(ENABLE_APEX), true)