HomuHomu833/android-ndk-custom
Android NDK with custom LLVM built using various libc's, supporting multiple architectures and platforms.
A custom-built Android NDK that replaces the default toolchain with a rebuilt LLVM and NDK binares using musl libc from Zig, Cosmopolitan and Bionic (Android NDK itself). Inspired by Zongou's build system.
Zig-based Environment
x86
, x86_64
armhf
, armeb
, aarch64
, aarch64_be
riscv32
, riscv64
powerpc
, powerpc64
, powerpc64le
mips
, mipsel
, mips64
, mips64el
loongarch64
, s390x
Cosmopolitan Environment
x86_64
aarch64
Bionic Environment
x86
, x86_64
armv7a
, aarch64
This NDK functions like the standard Android NDK. Simply extract the archive and use it as you would with the official version.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to open pull requests or issues if you have any contributions or feedback!