From f50a3f638c25efacb39d2c46959ab720d2cd48fd Mon Sep 17 00:00:00 2001 From: "P.Y. Laligand" Date: Tue, 28 Mar 2017 13:13:35 -0700 Subject: [PATCH] Turn flutter_tools into a proper host tool. (#9054) --- packages/flutter_tools/BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/BUILD.gn b/packages/flutter_tools/BUILD.gn index 46cdcfdec94..95fc28bbcff 100644 --- a/packages/flutter_tools/BUILD.gn +++ b/packages/flutter_tools/BUILD.gn @@ -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",