sm8350-common: Enable casefolding support on userdata
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
This commit is contained in:
parent
410e7ff323
commit
5d0602d85a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
|
|
Loading…
Reference in a new issue