FUSE flag on by default
This will make the FUSE filesystem the default on the build Test: https://android-build.googleplex.com/builds/forrest/run/L11100000458471772 Bug: 135341433 Change-Id: I1493e2806823b5751794a9a17ee248dc72b857ff
This commit is contained in:
parent
95bd611f07
commit
8dacabe6b3
1 changed files with 3 additions and 0 deletions
|
|
@ -768,6 +768,9 @@ on post-fs-data
|
|||
chown root system /dev/fscklogs/log
|
||||
chmod 0770 /dev/fscklogs/log
|
||||
|
||||
# Enable FUSE by default
|
||||
setprop persist.sys.fuse true
|
||||
|
||||
# Switch between sdcardfs and FUSE depending on persist property
|
||||
# TODO: Move this to ro property before launch because FDE devices
|
||||
# interact with persistent properties differently during boot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue