mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove no-constant-update-2018, the underlying issue has been resolved. (#37994)
This commit is contained in:
parent
6f7630a94f
commit
cdefbef3ce
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user