Add Android SDK to Linux packages_autoroller (#154462)
Fixes https://github.com/flutter/flutter/issues/154151 This target now requires the Android toolchain because it may re-generate gradle lockfiles.
This commit is contained in:
parent
7b71d9f493
commit
28a9124304
5
.ci.yaml
5
.ci.yaml
@ -396,9 +396,12 @@ targets:
|
||||
properties:
|
||||
tags: >
|
||||
["framework","hostonly","linux"]
|
||||
# Requires Android SDK since we may re-generate Gradle lockfiles
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "gh_cli", "version": "version:2.8.0-2-g32256d38"}
|
||||
{"dependency": "android_sdk", "version": "version:34v3"},
|
||||
{"dependency": "gh_cli", "version": "version:2.8.0-2-g32256d38"},
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
|
||||
- name: Linux_android_emu android views
|
||||
|
Loading…
x
Reference in New Issue
Block a user