Mips is being dropped from the Android NDK.
It allows compiling binaries for another android variant on termux. E.g. to compile for arm on aarch64 do: clang -m32 -o 1 1.c -fuse-ld=lld -L/system/lib -B$PREFIX/arm-linux-androideabi/lib Hopefully with the time -L and -B will be eliminated