Kaydet (Commit) 9074504c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Recognize also NDK 9b

Change-Id: Ia9cecbe2cd6d9ee944abe5b8004aed27e191138c
üst 2cb29ab6
...@@ -225,10 +225,10 @@ if test -n "$with_android_ndk"; then ...@@ -225,10 +225,10 @@ if test -n "$with_android_ndk"; then
ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT` ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
case $ANDROID_NDK_VERSION in case $ANDROID_NDK_VERSION in
r8*|r9) r8*|r9*)
;; ;;
*) *)
AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r8* and r9 versions are supported]) AC_MSG_ERROR([Unsupported NDK version $ANDROID_NDK_VERSION, only r8* and r9* versions are supported])
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment