Add application and Zygisk tests to avd_test.sh

This commit is contained in:
topjohnwu
2023-10-19 05:15:53 -07:00
parent 1eeb2a34a1
commit 196d9af099
4 changed files with 123 additions and 15 deletions

View File

@ -44,7 +44,7 @@ if [ -z "$FIRST_STAGE" ]; then
fi
fi
pm install -r $(pwd)/magisk.apk
pm install -r -g $(pwd)/magisk.apk
# Extract files from APK
unzip -oj magisk.apk 'assets/util_functions.sh' 'assets/stub.apk'