Skip to content

Commit 8993e7e

Browse files
author
Revan Sopher
committed
Fix emulator image name.
Change-Id: I58e359fdf0c0f390d3ccf2a9107348c783e0972b
1 parent 999a1d1 commit 8993e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import threading
1212

1313

14-
EMULATOR_IMAGE = 'system-images;android-P;google_apis_playstore;x86_64'
14+
EMULATOR_IMAGE = 'system-images;android-28;google_apis_playstore;x86_64'
1515

1616
EMULATOR_FLAGS = [
1717
'-no-audio',

0 commit comments

Comments
 (0)