summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 39bc17f059fe..80ae2ac0a852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,10 +360,10 @@ if test -n "$with_android_ndk"; then
case $ANDROID_NDK_VERSION in
r9*|r10*)
;;
- 11.1.*)
+ 11.1.*|12.1.*)
;;
*)
- AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r9*, r10* and 11.1.* versions are supported])
+ AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r9*, r10*, 11.1.* and 12.1.* are supported])
;;
esac