Unverified Commit cdefbef3 authored by Lau Ching Jun's avatar Lau Ching Jun Committed by GitHub

Remove no-constant-update-2018, the underlying issue has been resolved. (#37994)

parent 6f7630a9
......@@ -42,9 +42,6 @@ class FuchsiaKernelCompiler {
fs.path.relative(packagesFile, from: fsRoot);
final String manifestPath = fs.path.join(outDir, '$appName.dilpmanifest');
List<String> flags = <String>[
// https://github.com/dart-lang/sdk/issues/36639:
// Remove when new constant eval supports dilp files.
'--enable-experiment=no-constant-update-2018',
'--target', 'flutter_runner',
'--platform', fuchsiaArtifacts.platformKernelDill.path,
'--filesystem-scheme', 'main-root',
......
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