Skip to content

Commit 8e3af17

Browse files
authored
Revert "Pass through invoker.resources in fuchsia_test_archive (flutter#16265)"
This reverts commit 39fb963.
1 parent 8cef12b commit 8e3af17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/fuchsia/fuchsia_archive.gni

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ template("fuchsia_test_archive") {
139139
deps = invoker.deps
140140
binary = invoker.binary
141141

142-
if (defined(invoker.resources)) {
143-
resources = invoker.resources
144-
}
145-
146142
meta_dir = "$flutter_root/testing/fuchsia/meta"
147143
cmx_file = "$meta_dir/fuchsia_test.cmx"
148144
}

0 commit comments

Comments
 (0)