Skip to content

Commit

Permalink
force testonly
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiehe-google-com committed Sep 23, 2024
1 parent 9aaec1a commit f9d8a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fuchsia/fuchsia_archive.gni
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ template("fuchsia_test_archive") {
_cml_file = "$root_out_dir/${target_name}.cml"
_interpolate_cml_target = "${target_name}_interpolate_cml"
action(_interpolate_cml_target) {
forward_variables_from(invoker, [ "testonly" ])
testonly = true
script = "//flutter/tools/fuchsia/interpolate_test_suite.py"
sources = [ "//flutter/testing/fuchsia/meta/test_suite.cml" ]
args = [
Expand All @@ -268,7 +268,7 @@ template("fuchsia_test_archive") {
_compile_cml_target = "${target_name}_${_cml_file_name}_compile_cml"

_compile_cml(_compile_cml_target) {
forward_variables_from(invoker, [ "testonly" ])
testonly = true

manifest = _cml_file
output = "$_far_base_dir/meta/${_cml_file_name}.cm"
Expand Down

0 comments on commit f9d8a38

Please sign in to comment.