Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhiyong committed Jul 8, 2022
1 parent 1549865 commit 1e87de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
**Android ndk for Termux(only supports aarch64 and Android 9 or above)**

The source code from AOSP [llvm-toolchain](https://android.googlesource.com/toolchain/llvm-project), which is consistent with the official Ndk version.
The source code from AOSP [llvm-toolchain](https://android.googlesource.com/toolchain/llvm-project), 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.
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.

How to build, please refer to [toolchain readme docs](https://github.com/Lzhiyong/termux-ndk/tree/master/docs)

Expand Down

0 comments on commit 1e87de9

Please sign in to comment.