Commit f50a3f63 authored by P.Y. Laligand's avatar P.Y. Laligand Committed by GitHub

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

parent 52245e50
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # 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" package_name = "flutter_tools"
source_dir = "lib" source_dir = "lib"
main_dart = "bin/fuchsia_builder.dart"
deps = [ deps = [
"//dart/pkg/analyzer", "//dart/pkg/analyzer",
"//dart/third_party/pkg/linter", "//dart/third_party/pkg/linter",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment