Loading init/first_stage_mount.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -518,12 +518,6 @@ bool FirstStageMount::TrySwitchSystemAsRoot() { SwitchRoot("/system"); // Make /system a mountpoint so that adb-remount can move submounts under /system. if (access("/system", F_OK) == 0 && mount("/system", "/system", nullptr, MS_BIND, nullptr) != 0) { PLOG(WARNING) << "Failed to bind mount /system for overlayfs"; } return true; } Loading Loading
init/first_stage_mount.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -518,12 +518,6 @@ bool FirstStageMount::TrySwitchSystemAsRoot() { SwitchRoot("/system"); // Make /system a mountpoint so that adb-remount can move submounts under /system. if (access("/system", F_OK) == 0 && mount("/system", "/system", nullptr, MS_BIND, nullptr) != 0) { PLOG(WARNING) << "Failed to bind mount /system for overlayfs"; } return true; } Loading