Commit 3e27acd7 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Update path to entry points config file (#5379)

parent 018557d3
46e06cd91ac2550212e61b26d8b8325bd1b68cfa fe509b0d963fe83a572cb9056655b843193df7c7
...@@ -121,7 +121,7 @@ Future<String> _buildAotSnapshot( ...@@ -121,7 +121,7 @@ Future<String> _buildAotSnapshot(
String engineSrc = tools.engineSrcPath; String engineSrc = tools.engineSrcPath;
if (engineSrc != null) { if (engineSrc != null) {
entryPointsDir = path.join(engineSrc, 'flutter', 'sky', 'engine', 'bindings'); entryPointsDir = path.join(engineSrc, 'flutter', 'runtime');
dartEntryPointsDir = path.join(engineSrc, 'dart', 'runtime', 'bin'); dartEntryPointsDir = path.join(engineSrc, 'dart', 'runtime', 'bin');
snapshotterDir = path.join(engineSrc, 'flutter', 'lib', 'snapshot'); snapshotterDir = path.join(engineSrc, 'flutter', 'lib', 'snapshot');
String engineOut = tools.getEngineArtifactsDirectory(platform, buildMode).path; String engineOut = tools.getEngineArtifactsDirectory(platform, buildMode).path;
......
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