diff --git a/binary/jni/build_openssl.sh b/binary/jni/build_openssl.sh index f89db18..27a10a7 100755 --- a/binary/jni/build_openssl.sh +++ b/binary/jni/build_openssl.sh @@ -36,6 +36,7 @@ function checkPreRequisites { echo -e "\033[31mFailed! ANDROID_NDK_HOME is empty. Run 'export ANDROID_NDK_HOME=[PATH_TO_NDK]'\033[0m" exit fi + export ANDROID_NDK_ROOT=$ANDROID_NDK_HOME } function build {