Skip to content

Commit

Permalink
r5x: 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 Amritorock committed Jul 2, 2024
1 parent 69c5291 commit 3ee363b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pb_r5x.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)

# Inherit from r5x device
$(call inherit-product, device/realme/r5x/device.mk)
Expand Down

0 comments on commit 3ee363b

Please sign in to comment.