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 <gotenksIN@aosip.dev> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
a26b3a3dfe
commit
6cf2314019
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue