Skip to content

Commit 9cfac48

Browse files
authored
Enable android_views. (#104474)
1 parent 35c0a3e commit 9cfac48

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,19 @@ targets:
130130
validation: analyze
131131
validation_name: Analyze
132132

133+
- name: Linux android views
134+
bringup: true # Flaky https://github.com/flutter/flutter/issues/99001
135+
recipe: flutter/android_views
136+
properties:
137+
dependencies: >-
138+
[
139+
{"dependency": "android_sdk", "version": "version:31v8"},
140+
{"dependency": "android_virtual_device", "version": "31"}
141+
]
142+
tags: >
143+
["framework","hostonly"]
144+
timeout: 60
145+
133146
- name: Linux build_tests_1_2
134147
recipe: flutter/flutter_drone
135148
timeout: 60

0 commit comments

Comments
 (0)