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:
committed by
commit-bot@chromium.org
parent
352f22b06f
commit
1b6201bfe5
@@ -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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user