We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9909f8b commit ff27e42Copy full SHA for ff27e42
1 file changed
IDE/Android/build.sh
@@ -9,12 +9,12 @@ if [ "${AUTO_INSTALL_TOOLS}" == "true" ]; then
9
fi
10
11
# 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"
14
if [ ! -e ${ANDROID_NDK_ROOT} ]; then
15
wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
16
unzip android-ndk-r26b-linux.zip
17
+export ANDROID_NDK_ROOT=${WORKSPACE}/android-ndk-r26b
+PATH="${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH"
18
19
# Compile OpenSSL
20
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