Skip to content

Commit

Permalink
Add archives to //flutter build file. (flutter#33088)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored May 4, 2022
1 parent f1a63c3 commit 84d3539
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@ group("unittests") {
}
}

if (build_engine_artifacts) {
group("archives") {
testonly = true

deps = [ "//flutter/build/archives:artifacts" ]
}
}

group("dist") {
testonly = true

Expand Down

0 comments on commit 84d3539

Please sign in to comment.