[Android] Configure: match more NDK versions

Jean-Baptiste Kempf git at videolan.org
Fri Nov 7 15:44:49 CET 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov  7 15:43:59 2014 +0100| [ee4397ff415cefaaaff82fd2223777808ccdf547] | committer: Jean-Baptiste Kempf

Configure: match more NDK versions

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ee4397ff415cefaaaff82fd2223777808ccdf547
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index d93db99..ce71597 100755
--- a/compile.sh
+++ b/compile.sh
@@ -131,7 +131,7 @@ case "$REL" in
         ANDROID_API=android-9
         CXXSTL="/"${GCCVER}
     ;;
-    7|8|*)
+    *)
         echo "You need the NDKv9 or later"
         exit 1
     ;;



More information about the Android mailing list