backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

chore: remove dl_iterate_phdr feature

Open fengys1996 opened this issue 6 months ago • 0 comments

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

  1. remove dl_iterate_phdr feature.
  2. remove cc build dependency.
  3. upgrade ndk r25b to r26d in CI.

fengys1996 avatar Aug 23 '24 02:08 fengys1996