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

This commit is contained in:
George Wright 2019-12-17 17:05:32 -05:00 committed by GitHub
parent c319f5f8d8
commit 56f4eaf58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
],