[fuchsia] Allow flutter_app to be included in non-Fuchsia toolchains. (flutter/engine#4342)

A flutter_app target might be declared in a build file alongside some host tool.
The intent of the assertion seemed to be restricting the use of the template to the Fuchsia codebase.
This commit is contained in:
P.Y. Laligand 2017-11-08 18:33:09 -08:00 committed by GitHub
parent 4db73bf4ac
commit 598b293898

View File

@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_fuchsia)
assert(is_fuchsia || is_fuchsia_host)
import("//build/dart/dart_package.gni")
import("//build/dart/toolchain.gni")