rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.77k stars 427 forks source link

Add an AArch64 Android test #1042

Open workingjubilee opened 2 months ago

workingjubilee commented 2 months ago

Rust supports aarch64-linux-android and that is the most commonly used Android target, I expect, so we should test building for that as well.

NobodyXu commented 2 months ago

Do we need cross-rs to run test?

I'm not very familiar with Android, ecosystem, I suspect we would also need to install some system-level dependencies for it to work.