[jni] openssl: add ANDROID_NDK_ROOT variable

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/105/merge
r4sas 2025-06-08 13:28:12 +00:00
parent eea80ca7fd
commit 50b3c584cf
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2
1 changed files with 1 additions and 0 deletions

View File

@ -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 {