-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[flutter_tools] Add support for launching fuchsia app using session_control #85752
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] Add support for launching fuchsia app using session_control #85752
Conversation
@zanderso @chaselatta I have factored out the changes related to session_control in #85450 into this PR. Please review. This should be merged before #85450. |
@chaselatta Please review if there are any more problems. |
@chaselatta Can you have a look at this? Thx. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once Zach's comments are addressed.
I cannot understand why the CI fails on customer test. Did they changed ci config? |
Allows fluttter app to be launched with session_control rather than tiles_ctl if such fuchsia build uses session_framework.
Further work on #83609. Refactored from #85450
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.