mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Turn flutter_tools into a proper host tool. (#9054)
This commit is contained in:
parent
52245e5082
commit
f50a3f638c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user