Commit ba53d192 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Roll the engine (#5423)

Also update the AOT builder for changes to the layout of the sky_engine package
parent e880d51f
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,
......
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