mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Account for updated paths during local engine builds. (#5318)
This commit is contained in:
parent
a194e59390
commit
5e2f04173a
@ -121,7 +121,7 @@ Future<String> _buildAotSnapshot(
|
||||
|
||||
String engineSrc = tools.engineSrcPath;
|
||||
if (engineSrc != null) {
|
||||
entryPointsDir = path.join(engineSrc, 'sky', 'engine', 'bindings');
|
||||
entryPointsDir = path.join(engineSrc, 'flutter', 'sky', 'engine', 'bindings');
|
||||
dartEntryPointsDir = path.join(engineSrc, 'dart', 'runtime', 'bin');
|
||||
String engineOut = tools.getEngineArtifactsDirectory(platform, buildMode).path;
|
||||
if (platform == TargetPlatform.ios) {
|
||||
|
Loading…
Reference in New Issue
Block a user