mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Oops, accidentally compiled the non-null-safe platform file as null safe. (flutter/engine#37453)
This commit is contained in:
parent
689c3a7bd0
commit
445caa4bbc
@ -384,7 +384,7 @@ template("_flutter_web_platform") {
|
||||
extra_args = define_flags
|
||||
}
|
||||
_compile_platform("${target_name}_dart2js_unsound") {
|
||||
sound_null_safety = true
|
||||
sound_null_safety = false
|
||||
kernel_target = "dart2js"
|
||||
summary_only = false
|
||||
output_dill = "${invoker.output_dir}/dart2js_platform_unsound.dill"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user