commit | 1f4684bca6118d7b3bd21a010ae7e2779a25856e | [log] [tgz] |
---|---|---|
author | Zim <zezeozue@google.com> | Mon Feb 10 20:24:40 2020 +0000 |
committer | Zimuzo Ezeozue <zezeozue@google.com> | Tue Feb 11 13:40:34 2020 +0000 |
tree | 76858052e8ed2e16023663fe27bbc39198c6f861 | |
parent | 9ea6bb9584e22671eaf70e8a1e5511a4161c94d8 [diff] |
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
diff --git a/rootdir/init.rc b/rootdir/init.rc index 896745b..1be3a3b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -768,6 +768,9 @@ 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