Remove dartanalyzer from built SDK.

Bug: https://github.com/dart-lang/sdk/issues/48457
Change-Id: Ic0d038299712989b8445859590ff870ce3bdc13a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249662
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Janice Collins
2022-07-01 17:43:20 +00:00
committed by Commit Bot
parent bc5a42db54
commit 822cd1cbd5
12 changed files with 81 additions and 251 deletions
-1
View File
@@ -9,7 +9,6 @@ bin/ Binaries/scripts to compile, run, and manage Dart apps.
dartaotruntime Minimal Dart runtime for running AOT modules
dart2js Dart to JavaScript production compiler
dartdevc Dart to Javascript development compiler
dartanalyzer Dart static analyzer
dartdoc Dart documentation generator
include/ header files that define the Dart embedding API for use by