Roll the engine (#5423)

Also update the AOT builder for changes to the layout of the sky_engine package
This commit is contained in:
Jason Simmons 2016-08-16 10:41:38 -07:00 committed by GitHub
parent e880d51f00
commit ba53d19253
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
fe509b0d963fe83a572cb9056655b843193df7c7
9878b58878abe7e9bfed3e316420efb5e2934d04

View File

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