Skip to content

Instantly share code, notes, and snippets.

View thkim-cochl's full-sized avatar
🤯

Taehun Kim thkim-cochl

🤯
View GitHub Profile
#!/bin/bash
TARGET=android-26
INSTALLATION_PATH=`realpath .`/build
NDK_ROOT="/opt/android/android-ndk-r19c"
TOOLCHAIN=`pwd`/toolchains
OPENSSL_PATH="/home/brian/Projects/OpenSSL-for-Android-Prebuilt/openssl-1.1.1"
ZLIB_PATH="/opt/android/android-ndk-r19c/platforms/android-26/arch-arm/usr/lib"
$NDK_ROOT/build/tools/make-standalone-toolchain.sh --arch=arm --platform=$TARGET --install-dir=$TOOLCHAIN