Skip to content

Commit

Permalink
[Fuchsia] Don't force a full Dart SDK build during host build (flutte…
Browse files Browse the repository at this point in the history
…r#4493)

This rule forces a build of the Dart SDK with the current host toolchain, which isn't needed.
  • Loading branch information
zanderso authored Dec 22, 2017
1 parent c0d60f1 commit 4e56a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group("flutter") {
"$flutter_root/third_party/txt",
]

if (!is_fuchsia) {
if (!is_fuchsia && !is_fuchsia_host) {
if (current_toolchain == host_toolchain) {
public_deps += [
"$flutter_root/frontend_server",
Expand Down

0 comments on commit 4e56a12

Please sign in to comment.