Support patching second slot

This commit is contained in:
topjohnwu
2017-09-15 13:03:10 +08:00
parent b80ba13cb4
commit 4c9f5f4655
3 changed files with 177 additions and 139 deletions

View File

@@ -229,6 +229,7 @@ public class MagiskManager extends Application {
"export PATH=" + BUSYBOXPATH + ":$PATH",
". " + utils,
"mount_partitions",
"BOOTIMAGE=",
"find_boot_image",
"migrate_boot_backup"
);