Skip to content

Commit 3161d1a

Browse files
authored
Use the version of analyzer available in the Fuchsia tree. (flutter#6261)
1 parent 0f7ce00 commit 3161d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dart_package("flutter_tools") {
1010
source_dir = "lib"
1111

1212
deps = [
13-
"//third_party/dart-pkg/pub/analyzer",
13+
"//dart/pkg/analyzer",
1414
"//third_party/dart-pkg/pub/archive",
1515
"//third_party/dart-pkg/pub/args",
1616
"//third_party/dart-pkg/pub/coverage",

0 commit comments

Comments
 (0)