mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-13 07:17:40 +00:00
Final v7 release
This commit is contained in:
@@ -209,11 +209,11 @@ ABI2=$(grep_prop ro.product.cpu.abi2 | cut -c-3)
|
||||
ABILONG=$(grep_prop ro.product.cpu.abi)
|
||||
|
||||
ARCH=arm
|
||||
IS64BIT=
|
||||
IS64BIT=false
|
||||
if [ "$ABI" = "x86" ]; then ARCH=x86; fi;
|
||||
if [ "$ABI2" = "x86" ]; then ARCH=x86; fi;
|
||||
if [ "$ABILONG" = "arm64-v8a" ]; then ARCH=arm64; IS64BIT=1; fi;
|
||||
if [ "$ABILONG" = "x86_64" ]; then ARCH=x64; IS64BIT=1; fi;
|
||||
if [ "$ABILONG" = "arm64-v8a" ]; then ARCH=arm64; IS64BIT=true; fi;
|
||||
if [ "$ABILONG" = "x86_64" ]; then ARCH=x64; IS64BIT=true; fi;
|
||||
|
||||
|
||||
if [ "$API" -lt "21" ]; then
|
||||
@@ -339,7 +339,7 @@ if (! $NORESTORE); then
|
||||
if [ -d ".backup" ]; then
|
||||
ui_print "- Restoring ramdisk with backup"
|
||||
cp -af .backup/* .
|
||||
rm -rf magisk init.magisk.rc sbin/magic_mask.sh sbin/magisk_wrapper.sh 2>/dev/null
|
||||
rm -rf magisk init.magisk.rc sbin/magic_mask.sh 2>/dev/null
|
||||
else
|
||||
if [ -f "sbin/launch_daemonsu.sh" ]; then
|
||||
SUPERSU=true
|
||||
|
BIN
zip_static/arm/bootimgtools
Normal file
BIN
zip_static/arm/bootimgtools
Normal file
Binary file not shown.
BIN
zip_static/arm/sepolicy-inject
Normal file
BIN
zip_static/arm/sepolicy-inject
Normal file
Binary file not shown.
@@ -396,7 +396,6 @@ case $1 in
|
||||
service )
|
||||
# Version info
|
||||
setprop magisk.version 7
|
||||
rm -rf /dev/unblock*
|
||||
log_print "Magisk late_start service mode running..."
|
||||
run_scripts service
|
||||
;;
|
||||
|
BIN
zip_static/x86/bootimgtools
Normal file
BIN
zip_static/x86/bootimgtools
Normal file
Binary file not shown.
BIN
zip_static/x86/sepolicy-inject
Normal file
BIN
zip_static/x86/sepolicy-inject
Normal file
Binary file not shown.
Reference in New Issue
Block a user