From 14fe9ac467e2c85cd5e476f6420de380017fc4db Mon Sep 17 00:00:00 2001 From: Brian Spratke Date: Tue, 9 Jul 2024 14:14:39 -0400 Subject: [PATCH] 3.12.4 - Update to the latest build. This was my mistake. --- docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build.sh b/docker-build.sh index fb8623e..f2c13ed 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk if [ ! -d "$ANDROID_NDK" ] ; then # In general we don't want download NDK for every build, but it is simpler to do it here # for CI builds - NDK_VER=r26b + NDK_VER=r26d apt-get install -y wget zip wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux.zip unzip android-ndk-${NDK_VER}-linux.zip