Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Remove use of --nnbd-agnostic #53055

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/snapshot/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ compile_platform("strong_platform") {
flutter_runtime_mode == "release" || flutter_runtime_mode == "jit_release"
args = [
"--enable-experiment=generic-metadata",
"--nnbd-agnostic",
"--nnbd-strong",
"--target=flutter",
"-Ddart.vm.product=$is_runtime_mode_release",
"-Ddart.isVM=true",
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/dart_runner/kernel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compile_platform("kernel_platform_files") {
]

args = [
"--nnbd-agnostic",
"--nnbd-strong",
"--target=dart_runner",
"dart:core",
]
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/flutter/kernel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compile_platform("kernel_platform_files") {
]

args = [
"--nnbd-agnostic",
"--nnbd-strong",
"--target=flutter_runner",
"dart:core",
]
Expand Down