From a4bdc6dea04392afb2157d78ae8e3edcee45c7d8 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 20 May 2022 13:06:50 +0200 Subject: [PATCH] fix(mk): use NDK version that works with gomobile (#748) The one we were using previously does not work, so use the LTS rather than using the latest non-LTS stable. Part of https://github.com/ooni/probe/issues/2100 --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk b/mk index c9acec6..d4d8ce1 100755 --- a/mk +++ b/mk @@ -44,7 +44,7 @@ ANDROID_INSTALL_EXTRA = 'build-tools;32.0.0' 'platforms;android-31' #help: #help: * ANDROID_NDK_VERSION : Android NDK version. -ANDROID_NDK_VERSION = 24.0.8215888 +ANDROID_NDK_VERSION = 23.1.7779620 #help: #help: * GIT_CLONE_DIR : directory where to clone repositories, by default