taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
227 stars 19 forks source link

Generating an Andriod executable for rust application #65

Open harshakhmk opened 5 months ago

harshakhmk commented 5 months ago

Hi, I am exploring the package and was wondering how to generate executable that can run on Andriod for a open source project https://github.com/qdrant/qdrant Not many resources are available Can anyone provide steps for the same

Any leads in this matter, will be highly appreciated

taiki-e commented 5 months ago

Do you mean that the normal way of cross-compiling didn't work? (cross supports android)

harshakhmk commented 5 months ago

Yes, it is not supported normally

taiki-e commented 5 months ago

Ok. I would accept a PR to add support for the new cross-compilation tool. See https://github.com/taiki-e/upload-rust-binary-action/pull/50 for an example of adding support for the new cross-compilation tool.