Use allowed_experiments.json when building SDK summary.
Change-Id: I3fd73d9890d62cc7b3c19e061069979a6b65c9b7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149052 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
14f64f9db4
commit
97d9412996
@@ -46,13 +46,13 @@ prebuilt_dart_action("generate_summary_strong") {
|
||||
outputs = [ output ]
|
||||
if (!dont_use_nnbd) {
|
||||
args = [
|
||||
"build-non-nullable",
|
||||
"build-strong",
|
||||
rebase_path(output),
|
||||
rebase_path("../../sdk_nnbd"),
|
||||
]
|
||||
} else {
|
||||
args = [
|
||||
"build-legacy",
|
||||
"build-strong",
|
||||
rebase_path(output),
|
||||
rebase_path("../../sdk"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user