aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/android_ndk_linux/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/assets/android_ndk_linux/create.py')
-rwxr-xr-xinfra/bots/assets/android_ndk_linux/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/assets/android_ndk_linux/create.py b/infra/bots/assets/android_ndk_linux/create.py
index 62652abf53..d785f48958 100755
--- a/infra/bots/assets/android_ndk_linux/create.py
+++ b/infra/bots/assets/android_ndk_linux/create.py
@@ -15,7 +15,7 @@ import os.path
import shutil
import subprocess
-NDK_VER = "android-ndk-r13"
+NDK_VER = "android-ndk-r14"
NDK_URL = \
"https://dl.google.com/android/repository/%s-linux-x86_64.zip" % NDK_VER