-
Notifications
You must be signed in to change notification settings - Fork 537
Standalone AAR build script #8261
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
Comments
#8747 renames the existing script to build_android_library.sh. We can document the usage under using-executorch-building-from-source.md and using-executorch-android.md. |
@kirklandsign don't we need to update this? https://pytorch.org/executorch/main/using-executorch-building-from-source.html#android |
Yes. I need to update this as well. |
Address the remaining issues in #9725 |
🚀 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
The text was updated successfully, but these errors were encountered: