Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ac27c8a

Browse files
Add a link the different possible Android virtual device configs (#50267)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent e292632 commit ac27c8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ platform_properties:
4444
]
4545
device_type: none
4646
os: Windows-10
47-
47+
# The current android emulator config names can be found here:
48+
# https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto
49+
# You may use those names for the android_virtual_device version.
4850
targets:
4951
- name: Linux linux_android_emulator_tests
5052
enabled_branches:

0 commit comments

Comments
 (0)