mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Enable Zygisk by default in emulators
Make sure CI tests Zygisk
This commit is contained in:
@ -35,7 +35,7 @@ cleanup() {
|
||||
wait_for_boot() {
|
||||
adb wait-for-device
|
||||
while true; do
|
||||
if [ "stopped" = "$(adb exec-out getprop init.svc.bootanim)" ]; then
|
||||
if [ "1" = "$(adb exec-out getprop sys.boot_completed)" ]; then
|
||||
break
|
||||
fi
|
||||
sleep 2
|
||||
|
Reference in New Issue
Block a user