Skip to content

Commit

Permalink
Fix gn breakage on non-Fuchsia macOS host builds (flutter#11019)
Browse files Browse the repository at this point in the history
Ensure that we always pull in the ensure_fuchsia_sdk gn variable.

Fixes breakage introduced in flutter#11016 when building outside
of a Fuchsia tree (e.g. in a stock Flutter engine tree0 on macOS hosts.
  • Loading branch information
cbracken authored Aug 15, 2019
1 parent c4dd223 commit 426ea8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ if (is_android) {
import("//build/config/android/config.gni")
}

if (is_fuchsia || is_fuchsia_host) {
import("//build/fuchsia/sdk.gni")
}
import("//build/fuchsia/sdk.gni")

if (target_cpu == "arm" || target_cpu == "arm64") {
import("//build/config/arm.gni")
Expand Down

0 comments on commit 426ea8d

Please sign in to comment.