Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Drop unneeded
cargo-ndk
tool from build-test (#476)
A recent borked `cargo-ndk` release [^1] [^2] lead me to investigate why we are using a nonstandard tool in our CI in the first place. Compiling / build-testing the `ndk` crate does not require any external tooling whatsoever nor an SDK setup: this crate is a pure wrapper over pre-generated C bindings in the `ndk-sys` crate, which only require NDK _libraries_ (and an Android-capable linker) when linking actual runnable binaries (typically shared libraries or executables). And the Rust compiler natively supports compiling Rust code for Android targets. [^1]: https://github.com/rust-mobile/ndk/actions/runs/9149848316 [^2]: https://togithub.com/bbqsrc/cargo-ndk/pull/135#discussion_r1606097922
- Loading branch information