From 1b4b809bf3e88bad5210bc6dea87ef38b03571f8 Mon Sep 17 00:00:00 2001 From: Ricardo Amador <32242716+ricardoamador@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:13:38 -0800 Subject: [PATCH] Add a link the different possible Android virtual device configs (flutter/engine#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 --- engine/src/flutter/.ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index b4173be0de0..edc4faa7618 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -44,7 +44,9 @@ platform_properties: ] device_type: none os: Windows-10 - +# The current android emulator config names can be found here: +# https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto +# You may use those names for the android_virtual_device version. targets: - name: Linux linux_android_emulator_tests enabled_branches: