Skip to content

Commit 88b151f

Browse files
camsim99TytaniumDev
authored andcommitted
[Android] Update integration test AVD dependency to use Android 35 emulators (flutter#152498)
Updates AVD dependency to use [latest available AVD dependency](https://chrome-infra-packages.appspot.com/p/chromium/tools/android/avd/linux-amd64/+/I7SIawD0okHpiEe8fKvI5NQrMEWDibsvOduVbbK5pDEC) (actually I'm one behind by the time of publishing--I assume this is ok) so that engine integration tests run on emulators running Android 35, the current latest version of Android. Updated docs to reflect this is the new way to update this dependency in flutter#152503. Kinda part of flutter#150215 (the original instructions anyway).
1 parent 406845a commit 88b151f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ platform_properties:
3737
device_type: none
3838
# The current android emulator config names can be found here:
3939
# 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.
4144
linux_android_emu:
4245
properties:
4346
contexts: >-
@@ -47,8 +50,8 @@ platform_properties:
4750
dependencies: >-
4851
[
4952
{"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"},
5255
{"dependency": "open_jdk", "version": "version:17"}
5356
]
5457
os: Ubuntu

0 commit comments

Comments
 (0)