Skip to content

Commit 5d7f5d0

Browse files
committed
[ndk19] Make CI tests with android's NDK r19b
Because it's our minimum supported android NDK
1 parent 92ec54b commit 5d7f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/makefiles/android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifndef target_os
66
endif
77

88
# Those android NDK/SDK variables can be override when running the file
9-
ANDROID_NDK_VERSION ?= 17c
9+
ANDROID_NDK_VERSION ?= 19b
1010
ANDROID_SDK_TOOLS_VERSION ?= 4333796
1111
ANDROID_SDK_BUILD_TOOLS_VERSION ?= 28.0.2
1212
ANDROID_HOME ?= $(HOME)/.android

0 commit comments

Comments
 (0)