Skip to content

Commit

Permalink
[fuchsia] Ensure flutter_apps in the same BUILD.gn have separate scra…
Browse files Browse the repository at this point in the history
…tch directories for building the FLX. (flutter#3720)
  • Loading branch information
rmacnak-google authored May 31, 2017
1 parent 249fab6 commit 9e0eaa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/flutter_app.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9e0eaa1

Please sign in to comment.