Update SAR detection method for Android 11

This commit is contained in:
vvb2060 2020-04-20 19:18:19 +08:00 committed by topjohnwu
parent e219867cdf
commit 68532fade3

View File

@ -234,7 +234,7 @@ mount_partitions() {
# Mount ro partitions
mount_ro_ensure "system$SLOT app$SLOT" /system
if [ -f /system/init.rc ]; then
if [ -f /system/init -o -L /system/init ]; then
SYSTEM_ROOT=true
setup_mntpoint /system_root
if ! mount --move /system /system_root; then