Merge "Remove bootstrapping the passthrough mount."

This commit is contained in:
Martijn Coenen 2019-11-29 08:41:37 +00:00 committed by Gerrit Code Review
commit 58bd37f1e3

View file

@ -701,8 +701,6 @@ on zygote-start && property:persist.sys.fuse=true
# Mount default storage into root namespace
mount none /mnt/user/0 /storage bind rec
mount none none /storage slave rec
# Bootstrap the emulated volume for the pass_through directory for user 0
mount none /data/media /mnt/pass_through/0/emulated bind rec
on zygote-start && property:persist.sys.fuse=false
# Mount default storage into root namespace
mount none /mnt/runtime/default /storage bind rec