From bb39a524d05f0fb08cf4c8d9698d35e4725563d8 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 19 Oct 2023 05:31:03 -0700 Subject: [PATCH] Switch to default images for faster boot time --- scripts/avd_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/avd_test.sh b/scripts/avd_test.sh index fb74ddff6..50a315850 100755 --- a/scripts/avd_test.sh +++ b/scripts/avd_test.sh @@ -8,7 +8,7 @@ boot_timeout=600 emu_pid= # Should be either 'google_apis' or 'default' -type='google_apis' +type='default' # We test these API levels for the following reason