Cleanup obsolete --strong option of front-end server (#13735)

This commit is contained in:
Alexander Markov 2019-11-07 13:34:55 -08:00 committed by GitHub
parent 9113543f05
commit ddceed5f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,6 @@ def SnapshotTest(build_dir, dart_file, kernel_file_output, verbose_dart_snapshot
'--sdk-root',
flutter_patched_sdk,
'--incremental',
'--strong',
'--target=flutter',
'--packages',
test_packages,

View File

@ -39,7 +39,7 @@ echo "Compiling to kernel..."
"$HOST_TOOLS/dart" \
"$HOST_TOOLS/gen/frontend_server.dart.snapshot" \
--sdk-root "$HOST_TOOLS/flutter_patched_sdk" \
--strong --target=flutter \
--target=flutter \
--no-link-platform \
--output-dill "$OUTDIR/App.framework/flutter_assets/kernel_blob.bin" \
"${BASH_SOURCE%/*}/lib/main.dart"