Kaydet (Commit) 7e02666c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Accept NDK r10

Also, don't bother accepting NDK r8* any longer.

Change-Id: I87fa37a8bb4b00033fe9f81e8b9fc8b09af3b784
üst 17f9b924
......@@ -307,10 +307,10 @@ if test -n "$with_android_ndk"; then
ANDROID_NDK_VERSION=`cut -f1 -d' ' <$ANDROID_NDK_HOME/RELEASE.TXT`
case $ANDROID_NDK_VERSION in
r8*|r9*)
r9*|r10)
;;
*)
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 r9* and r10 versions are supported])
;;
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