lzhiyong / termux-ndk

android-ndk for termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

android-ndk for termux

License:Other


Languages

Language:C 50.8%Language:C++ 24.5%Language:Java 17.9%Language:CMake 2.1%Language:Makefile 2.0%Language:Rust 1.8%Language:Kotlin 1.1%