mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Roll the engine (#5423)
Also update the AOT builder for changes to the layout of the sky_engine package
This commit is contained in:
parent
e880d51f00
commit
ba53d19253
2
bin/cache/engine.version
vendored
2
bin/cache/engine.version
vendored
@ -1 +1 @@
|
||||
fe509b0d963fe83a572cb9056655b843193df7c7
|
||||
9878b58878abe7e9bfed3e316420efb5e2934d04
|
||||
|
@ -167,7 +167,7 @@ Future<String> _buildAotSnapshot(
|
||||
String skyEnginePkg = _getSdkExtensionPath(packageMap, 'sky_engine');
|
||||
String uiPath = path.join(skyEnginePkg, 'dart_ui', 'ui.dart');
|
||||
String jniPath = path.join(skyEnginePkg, 'dart_jni', 'jni.dart');
|
||||
String vmServicePath = path.join(skyEnginePkg, 'sdk_ext', 'dart', 'runtime', 'bin', 'vmservice', 'vmservice_io.dart');
|
||||
String vmServicePath = path.join(skyEnginePkg, 'sdk_ext', 'vmservice_io.dart');
|
||||
|
||||
List<String> filePaths = <String>[
|
||||
genSnapshot,
|
||||
|
Loading…
Reference in New Issue
Block a user