Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
Standalone AAR build script #8261
Copy link
Copy link
Closed
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executionmodule: user experienceIssues related to reducing friction for usersIssues related to reducing friction for userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executionmodule: user experienceIssues related to reducing friction for usersIssues related to reducing friction for userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
- StatusShow more project fieldsDone
🚀 The feature, motivation and pitch
We currently provide pre-built Android AARs for download. It would be desirable to have a standalone build script (maybe build_android_libraries.sh?) that can reproduce the binaries with one line. The use case is for users to be able to easily switch to building from source if they need to change the configuration relative to the published binaries (adding backends/extensions, changing compiler flags, etc.). The current AAR build logic is under build/build_android_library.sh. We can likely split it out into a dedicate script.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
cc @kirklandsign@mergennachin@byjlw