Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flutter_tools] refactor AotBuilder, removing globals and duplicated kernel compilation #52896

Merged
merged 9 commits into from Mar 19, 2020

Conversation

jonahwilliams
Copy link
Member

@jonahwilliams jonahwilliams commented Mar 19, 2020

Description

The previous change was not passing a bitcode flag, woops!

Reland of #52091

@fluttergithubbot fluttergithubbot added the tool Affects the "flutter" command-line tool. See also t: labels. label Mar 19, 2020
kTargetPlatform: getNameForTargetPlatform(platform),
kIconTreeShakerFlag: buildInfo.treeShakeIcons.toString(),
kDartDefines: jsonEncode(buildInfo.dartDefines),
kBitcodeFlag: bitcode.toString(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the missing line

@jonahwilliams jonahwilliams merged commit b21e780 into flutter:master Mar 19, 2020
@jonahwilliams jonahwilliams deleted the output_heap_snapshot branch March 19, 2020 21:52
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants