提交 9e0eaa15 编写于 作者: R Ryan Macnak 提交者: GitHub

[fuchsia] Ensure flutter_apps in the same BUILD.gn have separate scratch...

[fuchsia] Ensure flutter_apps in the same BUILD.gn have separate scratch directories for building the FLX. (#3720)
上级 249fab6b
......@@ -157,7 +157,7 @@ template("flutter_app") {
"--flutter-tools",
rebase_path(flutter_tools_bin),
"--working-dir",
rebase_path("$target_gen_dir/build"),
rebase_path("$target_gen_dir/$target_name/build"),
"--app-dir",
rebase_path("."),
"--packages",
......@@ -322,7 +322,7 @@ template("flutter_aot_app") {
"--flutter-tools",
rebase_path(flutter_tools_bin),
"--working-dir",
rebase_path("$target_gen_dir/build"),
rebase_path("$target_gen_dir/$target_name/build"),
"--app-dir",
rebase_path("."),
"--packages",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册