Skip to content

Commit

Permalink
Fix the output filename of the Fuchsia archive build template (flutte…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Oct 25, 2019
1 parent b88bc95 commit 7b4c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fuchsia/fuchsia_archive.gni
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ template("fuchsia_archive") {
]
outputs = [
"${far_base_dir}.manifest",
"$root_out_dir/${target_name}.far",
"$root_out_dir/${target_name}-0.far",
]
testonly = pkg_testonly
}
Expand Down

0 comments on commit 7b4c38d

Please sign in to comment.