Unverified Commit 56f4eaf5 authored by George Wright's avatar George Wright Committed by GitHub

Re-enable --no-link-platform for JIT mode (#47242)

parent c319f5f8
......@@ -61,9 +61,7 @@ class FuchsiaKernelCompiler {
// AOT/JIT:
if (buildInfo.usesAot) ...<String>['--aot', '--tfa']
else ...<String>[
// TODO(zra): Add back when this is supported again.
// See: https://github.com/flutter/flutter/issues/44925
// '--no-link-platform',
'--no-link-platform',
'--split-output-by-packages',
'--manifest', manifestPath
],
......
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