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:
parent
6713fc6bc6
commit
a4bdc6dea0
2
mk
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user