Unverified Commit 1a7eeb34 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Roll engine to 97b22348c8d5cba471418dc94f9e384e384e796f. (#15069)

Changes since last roll:
  - Leave only widget creation tracker kernel pass in flutter frontend server. (#4727).
parent c4e84380
c88ba37c794f57982374bb53a694301198cad593
97b22348c8d5cba471418dc94f9e384e384e796f
......@@ -78,6 +78,7 @@ Future<String> compile(
'--sdk-root',
sdkRoot,
'--strong',
'--target=flutter',
];
if (trackWidgetCreation)
command.add('--track-widget-creation');
......@@ -175,7 +176,8 @@ class ResidentCompiler {
'--sdk-root',
_sdkRoot,
'--incremental',
'--strong'
'--strong',
'--target=flutter',
];
if (outputPath != null) {
args.addAll(<String>['--output-dill', outputPath]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment