Skip to content

jzinferno2/termux-ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

termux-ndk

telegram channel: https://t.me/jzinferno_updates/94

curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo
chmod 755 /usr/bin/repo

mkdir llvm-toolchain && cd llvm-toolchain
repo init -u https://android.googlesource.com/platform/manifest -b llvm-toolchain

cp ../manifest_7714059.xml .repo/manifests
repo init -m manifest_7714059.xml

repo sync -c -j$(($(nproc --all)+1))

python toolchain/llvm_android/build.py --build-name 7714059 --no-build windows --skip stage1

About

Prebuilt Android NDK for host android-aarch64.

Resources

Stars

Watchers

Forks

Packages

No packages published