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

@ -27,7 +27,9 @@ setup_env() {
sudo udevadm trigger
sudo usermod -aG kvm,cvdnetwork,render $USER
yes | "$sdk" --licenses > /dev/null
"$sdk" --channel=3 tools platform-tools
"$sdk" --channel=3 platform-tools
adb kill-server
adb start-server
}
download_cf() {