rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Update CI script to handle newer versions of the Android NDK #534

Closed chriswailes closed 1 year ago

chriswailes commented 1 year ago

The NDK is now structured such that the make_standalone_toolchain.py step is no longer required. The NDK can simply be unpacked and used as-is.

chriswailes commented 1 year ago

Happy to help. Feel free to ping me for Android related issues in the future.