Skip to content

Commit

Permalink
[fuchsia] depend on correct observatory target (flutter#4741)
Browse files Browse the repository at this point in the history
The Fuchsia Package targets depend on the observatory FAR archive, which is
generated by a rule with a deceptively similar name.
  • Loading branch information
raggi authored and abarth committed Mar 4, 2018
1 parent 97b2234 commit b2807f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (is_fuchsia) {
]
if (flutter_runtime_mode != "release") {
deps += [
"//third_party/dart/runtime/observatory:embedded_observatory_archive",
"//third_party/dart/runtime/observatory:embedded_archive_observatory",
]
}

Expand Down Expand Up @@ -105,7 +105,7 @@ if (is_fuchsia) {
]
if (flutter_runtime_mode != "release") {
deps += [
"//third_party/dart/runtime/observatory:embedded_observatory_archive",
"//third_party/dart/runtime/observatory:embedded_archive_observatory",
]
}

Expand Down

0 comments on commit b2807f8

Please sign in to comment.