mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add archives to //flutter build file. (flutter/engine#33088)
This commit is contained in:
parent
42493a4d9b
commit
5ef82b111b
@ -235,6 +235,14 @@ group("unittests") {
|
||||
}
|
||||
}
|
||||
|
||||
if (build_engine_artifacts) {
|
||||
group("archives") {
|
||||
testonly = true
|
||||
|
||||
deps = [ "//flutter/build/archives:artifacts" ]
|
||||
}
|
||||
}
|
||||
|
||||
group("dist") {
|
||||
testonly = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user