mirror of
https://github.com/topjohnwu/Magisk
synced 2025-08-31 10:55:11 +00:00
Remove more pre SDK 21 stuffs
This commit is contained in:
@@ -448,7 +448,7 @@ flash_image() {
|
||||
install_magisk() {
|
||||
cd $MAGISKBIN
|
||||
|
||||
if [ $API -ge 21 -a ! -c $BOOTIMAGE ]; then
|
||||
if [ ! -c $BOOTIMAGE ]; then
|
||||
eval $BOOTSIGNER -verify < $BOOTIMAGE && BOOTSIGNED=true
|
||||
$BOOTSIGNED && ui_print "- Boot image is signed with AVB 1.0"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user