From cc67ff5add76f2889073bb8e1e0e9cdd02b15e1f Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Fri, 22 Nov 2019 13:09:00 +0100 Subject: [PATCH] Remove bootstrapping the passthrough mount. This will be taken care of by vold (when necessary). Bug: 135341433 Test: device boots, passthrough mount still works atest AdoptableHostTest Change-Id: I5a144eff0e4220fa0154bfa7d62a2dec625c88bc --- rootdir/init.rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 6b61472de..2e9192a86 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -700,8 +700,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