Commit Graph

2 Commits

Author SHA1 Message Date
Henrik Grimler 6e9a296e79
ndk-patches: remove stubs for getgrgid_r and getgrgid_r
These could have been removed when we dropped support for api-levels
below 24 (android-7).

Reported in termux/termux-packages#12974.
2022-11-09 23:27:14 +01:00
Henrik Grimler e7f4ad8b6d
scripts: rename termux_step_setup_toolchain to indicate NDK version
And keep ndk-patches in 23c/ subdirectory.  Run
termux_step_setup_toolchain_23c only if TERMUX_NDK_VERSION equals 23c.

This is a step towards having the possibility to use different NDK
versions.  Using a different NDK version than the one termux
officially supports should *really* not be done except for
testing/debug/development reasons, or if it is strictly necessary to
be able to compile a program (for example for packages that need a
fortran compiler, which at the moment is only supported with old
gcc-using NDKs).
2022-08-13 12:19:59 +02:00