summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/build_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_android.sh b/ci/build_android.sh
index a0a4659c8..5e9794a07 100644
--- a/ci/build_android.sh
+++ b/ci/build_android.sh
@@ -5,7 +5,7 @@ yel='\e[1;33m'
off='\e[0m'
wget -nv -c http://dl.google.com/android/repository/android-ndk-r13-linux-x86_64.zip
-unzip -q -d ~ android-ndk-r13-linux-x86_64.zip
+[ -d ~/android-ndk-r13 ] || unzip -q -d ~ android-ndk-r13-linux-x86_64.zip
# setup var's to perform environment setup and cmake
export START_PATH=~/