Skip to content

Commit

Permalink
[fuchsia] Be less specific about location of flutter_runner in flutte…
Browse files Browse the repository at this point in the history
…r_app template (flutter#3855)
  • Loading branch information
jamesr authored Jul 7, 2017
1 parent 130aece commit a4fa558
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 @@ -186,7 +186,7 @@ template("flutter_app") {
"--depfile",
rebase_path(bundle_depfile),
"--interpreter",
"file:///system/apps/flutter_runner",
"flutter_runner",
]
if (defined(invoker.manifest)) {
args += [
Expand Down Expand Up @@ -359,7 +359,7 @@ template("flutter_aot_app") {
"--depfile",
rebase_path(bundle_depfile),
"--interpreter",
"file:///system/apps/flutter_aot_runner",
"flutter_aot_runner",
]
if (defined(invoker.manifest)) {
args += [
Expand Down

0 comments on commit a4fa558

Please sign in to comment.