Add MagiskInit AVD automation test

This commit is contained in:
topjohnwu
2022-03-18 04:56:19 -07:00
parent 2cc71ac7ed
commit 1257ba41c6
2 changed files with 78 additions and 2 deletions

View File

@ -43,8 +43,6 @@ if [ -z "$FIRST_STAGE" ]; then
exec ./busybox sh $0
fi
pm install -r $(pwd)/app-debug.apk
# Extract files from APK
unzip -oj app-debug.apk 'assets/util_functions.sh'
. ./util_functions.sh