From 0a9ce453748878cb686931d261774cd4e9a2896a Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Tue, 16 Jul 2024 03:30:57 +0300 Subject: [PATCH] Add Android-35 emulator image --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1177685..77cf51b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,6 +86,8 @@ jobs: fail-fast: false matrix: emulator: + # No android-35 aosp_atd + - {'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64'} - {'api_level': 34, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'} - {'api_level': 33, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'} - {'api_level': 32, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'}