X6833B: 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: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
Daniel Rosenberg 2022-11-28 16:09:23 +00:00 committed by dodyirawan85
parent f6b3a1566a
commit 1247d88371

View file

@ -68,6 +68,9 @@ PRODUCT_PACKAGES += \
# Include GSI keys
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
# Project ID Quota
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Shipping API level
PRODUCT_SHIPPING_API_LEVEL := 31