mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix the output filename of the Fuchsia archive build template (flutter/engine#13339)
This commit is contained in:
parent
0d0db7b242
commit
46164f0159
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user