2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-01 02:29:33 +00:00

Move all /data files into /data/adb

This commit is contained in:
topjohnwu
2017-12-16 02:02:17 +08:00
parent bd01c314dc
commit 8ca1e43533
11 changed files with 72 additions and 49 deletions

View File

@@ -11,7 +11,7 @@ MAGISK_VERSION_STUB
SCRIPT_VERSION=$MAGISK_VER_CODE
# Default location, will override if needed
MAGISKBIN=/data/magisk
MAGISKBIN=/data/adb/magisk
BOOTSIGNER="/system/bin/dalvikvm -Xnodex2oat -Xnoimage-dex2oat -cp \$APK com.topjohnwu.magisk.utils.BootSigner"
BOOTSIGNED=false