-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Upload the Android standalone embedder API dylibs. #173131
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
Conversation
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.
Code Review
This pull request updates the build configuration to generate and upload the Android standalone embedder dylibs, addressing the linked issue. The changes in BUILD.gn and the CI configuration file are correct and achieve this goal. I've added a couple of minor style suggestions to engine/src/flutter/shell/platform/embedder/BUILD.gn to improve consistency with the project's coding style by using the is_android flag.
Fixes #173130