Commit 68532fad authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Update SAR detection method for Android 11

parent e219867c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment