Skip to content

Commit

Permalink
sweet: Enable casefolding support on userdata
Browse files Browse the repository at this point in the history
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
  • Loading branch information
drosen-google authored and itsshashanksp committed Sep 16, 2023
1 parent 9a5316e commit 9526ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omni_sweet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ $(call inherit-product, vendor/pb/config/common.mk)
# Inherit device configuration
$(call inherit-product, device/xiaomi/sweet/device.mk)

# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := sweet
PRODUCT_NAME := omni_sweet
Expand Down

0 comments on commit 9526ef5

Please sign in to comment.