A custom-built Android NDK that replaces the default toolchain with a modified LLVM using musl libc from Zig and Cosmopolitan libc. Inspired by Zongou's build system.
- Custom LLVM build, sourced from Google's repositories.
- Built using Zig as LLVM and Cosmopolitan GCC.
- Additional Tools Built:
- Shaderc
- Python
- Make
- Yasm
-
Zig-based Environment
- Platforms:
- Linux
- Android
- Architectures:
- X:
x86
,x86_64
- ARM:
arm
,armeb
,aarch64
,aarch64_be
- RISC-V:
riscv32
,riscv64
- PowerPC:
powerpc
,powerpc64
,powerpc64le
- MIPS:
mips
,mipsel
,mips64
,mips64el
- Other:
loongarch64
,s390x
- X:
- Platforms:
-
Cosmopolitan Environment
- Platforms:
- Windows
- Linux
- macOS
- Android
- NetBSD
- FreeBSD
- OpenBSD 7.3
- Architectures:
- X:
x86_64
- ARM:
aarch64
- X:
- Platforms:
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!