Skip to content

Commit cab89f8

Browse files
author
Andras Fekete
committed
Allow to pass Android NDK path
1 parent 2318250 commit cab89f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/Android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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
12+
export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT:-${WORKSPACE}/android-ndk-r26b}
1313
if [ ! -e ${ANDROID_NDK_ROOT} ]; then
1414
wget -q https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
1515
unzip android-ndk-r26b-linux.zip

0 commit comments

Comments
 (0)