Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3e27acd7
Commit
3e27acd7
authored
Aug 13, 2016
by
Adam Barth
Committed by
GitHub
Aug 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update path to entry points config file (#5379)
parent
018557d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
engine.version
bin/cache/engine.version
+1
-1
build_aot.dart
packages/flutter_tools/lib/src/commands/build_aot.dart
+1
-1
No files found.
bin/cache/engine.version
View file @
3e27acd7
46e06cd91ac2550212e61b26d8b8325bd1b68cfa
fe509b0d963fe83a572cb9056655b843193df7c7
packages/flutter_tools/lib/src/commands/build_aot.dart
View file @
3e27acd7
...
...
@@ -121,7 +121,7 @@ Future<String> _buildAotSnapshot(
String
engineSrc
=
tools
.
engineSrcPath
;
if
(
engineSrc
!=
null
)
{
entryPointsDir
=
path
.
join
(
engineSrc
,
'flutter'
,
'
sky'
,
'engine'
,
'bindings
'
);
entryPointsDir
=
path
.
join
(
engineSrc
,
'flutter'
,
'
runtime
'
);
dartEntryPointsDir
=
path
.
join
(
engineSrc
,
'dart'
,
'runtime'
,
'bin'
);
snapshotterDir
=
path
.
join
(
engineSrc
,
'flutter'
,
'lib'
,
'snapshot'
);
String
engineOut
=
tools
.
getEngineArtifactsDirectory
(
platform
,
buildMode
).
path
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment