mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
4db73bf4ac
commit
598b293898
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user