Files
termux-packages/packages/ndk-sysroot
termux-pacman-bot 45c219e1f7 fix(ndk): fix on-device building and remove custom __ANDROID_API__ header patches
- Fixes https://github.com/termux/termux-packages/issues/26838

- Fixes partly https://github.com/termux/termux-packages/issues/23401

- After https://github.com/termux/termux-packages/pull/25627, it is believed that the custom definition of `__ANDROID_API__` is no longer needed, because:
  - There is no longer a way to reproduce any of the errors that it fixed before
  - Even if there were a way to, it would no longer be able to fix those errors by itself because of the update to NDK r28c (see https://github.com/termux/termux-packages/issues/25622 for more details)
  - It is replaced with https://github.com/termux/termux-packages/pull/25627, which does what it used to a different way that also fixes other errors and seems more reliable
2025-11-04 03:01:25 +00:00
..