Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 859 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 859 Bytes

Android ndk for Termux(only supports aarch64 and Android 9 or above)

The source code from AOSP llvm-toolchain, which is consistent with the official NDK version.

At first, we don‘t need to rebuild the whole NDK, since google already built most of it. so we only need to build the llvm toolchain, then replace the llvm inside NDK.

Building the android-ndk, please refer to Android Clang/LLVM Toolchain Readme Doc

Packaging and testing the android-ndk, please refer to Ndk Toolchains Readme Doc

Building android app with termux-ndk, please refer to build-app