Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use prebuilt Dart snapshot when assembling bundle #6660

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

Merged
merged 1 commit into from
Nov 2, 2016

Conversation

petrhosek
Copy link
Contributor

This is causing issues when integratting Flutter into GN as the
generated depfile refers to snapshot as the target instead of the
bundle. We instead use a separate GN action to generate the
snapshot use the Flutter compiler to only assemble the bundle.

This is causing issues when integratting Flutter into GN as the
generated depfile refers to snapshot as the target instead of the
bundle. We instead use a separate GN action to generate the
snapshot use the Flutter compiler to only assemble the bundle.
@Hixie
Copy link
Contributor

Hixie commented Nov 2, 2016

RSLGTM

@petrhosek
Copy link
Contributor Author

There is a related change to engine flutter/engine#3168, both of them should land together since they depend on each other.

@abarth
Copy link
Contributor

abarth commented Nov 2, 2016

LGTM

@abarth abarth merged commit 93a2d07 into flutter:master Nov 2, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants