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

This commit is contained in:
Lau Ching Jun 2019-08-12 10:42:01 -07:00 committed by GitHub
parent 6f7630a94f
commit cdefbef3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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