backtrace-rs
backtrace-rs copied to clipboard
chore: remove dl_iterate_phdr feature
Since https://github.com/rust-lang/rust/pull/120593, 21 is the minimum supported API level so we can remove dl_iterate_phdr
feature.
Related https://github.com/android/ndk/wiki/Changelog-r26 https://github.com/rust-lang/rust/pull/129305
This pr mainly change
- remove
dl_iterate_phdr
feature. - remove
cc
build dependency. - upgrade ndk r25b to r26d in CI.