mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-01 23:25:50 +00:00
Update SAR detection method for Android 11
This commit is contained in:
@@ -234,7 +234,7 @@ mount_partitions() {
|
|||||||
|
|
||||||
# Mount ro partitions
|
# Mount ro partitions
|
||||||
mount_ro_ensure "system$SLOT app$SLOT" /system
|
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
|
SYSTEM_ROOT=true
|
||||||
setup_mntpoint /system_root
|
setup_mntpoint /system_root
|
||||||
if ! mount --move /system /system_root; then
|
if ! mount --move /system /system_root; then
|
||||||
|
Reference in New Issue
Block a user