Disable sdcardfs from emulated_stroage.mk

This sets external_storage.sdcardfs.enabled=0 from emulated_storage.mk,
which will disable sdcardfs on devices that are using casefolding and
quotas as sdcardfs replacements. This allows the device to use these if
sdcardfs is present in the kernel.

Bug: 155222498
Test: mount|grep "type sdcardfs" should find nothing after boot complete
      if external_storage.sdcardfs.enabled=0
Change-Id: Id0446a7cac5ac768afc3b3e046359fc4e945e554
This commit is contained in:
Daniel Rosenberg
2020-05-11 23:04:35 -07:00
parent 7f81fd1403
commit 32be864b0e

View File

@@ -19,3 +19,5 @@ PRODUCT_PROPERTY_OVERRIDES += external_storage.projid.enabled=1
PRODUCT_FS_CASEFOLD := 1
PRODUCT_PROPERTY_OVERRIDES += external_storage.casefold.enabled=1
PRODUCT_PROPERTY_OVERRIDES += external_storage.sdcardfs.enabled=0