We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48693e6 commit e171044Copy full SHA for e171044
1 file changed
.github/workflows/build.yml
@@ -111,7 +111,8 @@ jobs:
111
matrix:
112
emulator:
113
# Emulator matrix generated by ci-scripts/emulator_matrix_generator.py
114
- - {'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64'}
+ # @TODO: fix android-35
115
+ # - {'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64'}
116
- {'api_level': 34, 'api_type_target': 'default', 'arch': 'x86_64'}
117
- {'api_level': 33, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'}
118
- {'api_level': 32, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'}
0 commit comments