Skip to content

lzhiyong/termux-ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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