Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32be864b authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

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
parent 7f81fd14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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