Skip to content

Commit ff27e42

Browse files
author
Andras Fekete
committed
Set variables after successful installation
1 parent 9909f8b commit ff27e42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IDE/Android/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ if [ "${AUTO_INSTALL_TOOLS}" == "true" ]; then
99
fi
1010

1111
# https://developer.android.com/ndk/downloads/
12-
export ANDROID_NDK_ROOT=${WORKSPACE}/android-ndk-r26b
13-
PATH="${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH"
1412
if [ ! -e ${ANDROID_NDK_ROOT} ]; then
1513
wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
1614
unzip android-ndk-r26b-linux.zip
1715
fi
16+
export ANDROID_NDK_ROOT=${WORKSPACE}/android-ndk-r26b
17+
PATH="${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH"
1818

1919
# Compile OpenSSL
2020
export OPENSSL_ALL_CIPHERS="-cipher ALL -ciphersuites TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256:TLS_AES_128_CCM_8_SHA256"

0 commit comments

Comments
 (0)