mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 15:36:26 -08:00
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:
parent
f6b3a1566a
commit
1247d88371
|
@ -68,6 +68,9 @@ PRODUCT_PACKAGES += \
|
||||||
# Include GSI keys
|
# Include GSI keys
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
$(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
|
# Shipping API level
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 31
|
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue