Turn flutter_tools into a proper host tool. (#9054)

This commit is contained in:
P.Y. Laligand 2017-03-28 13:13:35 -07:00 committed by GitHub
parent 52245e5082
commit f50a3f638c

View File

@ -2,13 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_package.gni")
import("//build/dart/dart_tool.gni")
dart_package("flutter_tools") {
dart_tool("flutter_tools") {
package_name = "flutter_tools"
source_dir = "lib"
main_dart = "bin/fuchsia_builder.dart"
deps = [
"//dart/pkg/analyzer",
"//dart/third_party/pkg/linter",