Add GitHub workflow action for Android build#124
Conversation
|
Hi @Copilot! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com>
|
@copilot does ubuntu-latest come with jdk already? |
Yes, |
|
@copilot For actions/upload-artifact@v4, does it upload to a github s3? what quota or pricing is it |
Artifacts are stored in GitHub's own storage (Azure-backed), not a separate S3 bucket. For public repos, artifact storage is free with unlimited storage. Artifacts have a default 90-day retention (configurable). For private repos, storage counts against your account's included storage quota (varies by plan), with overage at $0.25/GB/month. If you'd prefer to skip the artifact upload step to avoid any concerns, I can remove it. |
|
@copilot is it possible to upload it the apk to google play store? |
Yes, it's possible using the |
|
Nice!! |
|
@copilot make a new PR to make it nightly instead of per push or pull request |
Adds CI workflow to build Android example applications on push/PR to main.
Changes
.github/workflows/android-build.ymlLlamaDemoandDeepLabV3Demoprojectspermissions: contents: readfor securityScope
Only projects using Maven dependencies are included. Projects requiring local AAR files (Yolo, Whisper, CIFAR) need a separate workflow to first build/download ExecutorTorch artifacts.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.