File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ platform_properties:
37
37
device_type : none
38
38
# The current android emulator config names can be found here:
39
39
# https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto
40
- # You may use those names for the android_virtual_device version.
40
+ # You may use those names for the android_virtual_device version. You may find the
41
+ # avd_cipd_version by clicking on the latest available instance and looking for the
42
+ # build_id:<Identifier#> here:
43
+ # https://chrome-infra-packages.appspot.com/p/chromium/tools/android/avd/linux-amd64.
41
44
linux_android_emu :
42
45
properties :
43
46
contexts : >-
@@ -47,8 +50,8 @@ platform_properties:
47
50
dependencies : >-
48
51
[
49
52
{"dependency": "android_sdk", "version": "version:34v3"},
50
- {"dependency": "android_virtual_device", "version": "android_34_google_apis_x64 .textpb"},
51
- {"dependency": "avd_cipd_version", "version": "build_id:8759428741582061553 "},
53
+ {"dependency": "android_virtual_device", "version": "android_35_google_apis_x64 .textpb"},
54
+ {"dependency": "avd_cipd_version", "version": "build_id:8741513191637853009 "},
52
55
{"dependency": "open_jdk", "version": "version:17"}
53
56
]
54
57
os : Ubuntu
You can’t perform that action at this time.
0 commit comments