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
This commit is contained in:
Simone Basso 2022-05-20 13:06:50 +02:00 committed by GitHub
parent 6713fc6bc6
commit a4bdc6dea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mk
View File

@ -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