Update build_sdk_summaries to 'build' command, update help.

Change-Id: I8aac5209fc0c7c481c9bf5ffb93faef183532572
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149482
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov
2020-05-29 18:22:04 +00:00
committed by commit-bot@chromium.org
parent 352f22b06f
commit 1b6201bfe5
2 changed files with 8 additions and 19 deletions
+2 -2
View File
@@ -46,13 +46,13 @@ prebuilt_dart_action("generate_summary_strong") {
outputs = [ output ]
if (!dont_use_nnbd) {
args = [
"build-strong",
"build",
rebase_path(output),
rebase_path("../../sdk_nnbd"),
]
} else {
args = [
"build-strong",
"build",
rebase_path(output),
rebase_path("../../sdk"),
]