Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 84d3539

Browse files
authored
Add archives to //flutter build file. (#33088)
1 parent f1a63c3 commit 84d3539

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

BUILD.gn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ group("unittests") {
235235
}
236236
}
237237

238+
if (build_engine_artifacts) {
239+
group("archives") {
240+
testonly = true
241+
242+
deps = [ "//flutter/build/archives:artifacts" ]
243+
}
244+
}
245+
238246
group("dist") {
239247
testonly = true
240248

0 commit comments

Comments
 (0)