Fix AVD tests

This commit is contained in:
topjohnwu
2024-12-23 19:49:21 -08:00
committed by John Wu
parent 5885b8c20d
commit 6707b72260
3 changed files with 10 additions and 1 deletions

View File

@ -218,6 +218,9 @@ yes | "$sdk" --licenses > /dev/null
curl -L $lsposed_url -o out/lsposed.zip
"$sdk" --channel=3 platform-tools emulator
adb kill-server
adb start-server
if [ -n "$1" ]; then
run_test $1 $2
else