[Android] No need to match NDKr9 and NDKr9a differently (for now)

Rafaël Carré git at videolan.org
Tue Sep 10 01:09:05 CEST 2013


vlc-ports/android | branch: 0.1.x-bugfix | Rafaël Carré <funman at videolan.org> | Mon Aug 12 17:03:27 2013 +0200| [b13c550fb6e32da8b2f84e15e221f7be20e27883] | committer: Jean-Baptiste Kempf

No need to match NDKr9 and NDKr9a differently (for now)

(cherry picked from commit 5bb852b6d50a695d4644d983bb203e3d67ee36c5)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/compile.sh b/compile.sh
index 34c1f99..a95fd4d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -15,7 +15,7 @@ fi
 # try to detect NDK version
 REL=$(grep -o '^r[0-9]*.*' $ANDROID_NDK/RELEASE.TXT 2>/dev/null|cut -b2-)
 case "$REL" in
-    9?*)
+    9*)
         GCCVER=4.8
         CXXSTL="/"${GCCVER}
     ;;



More information about the Android mailing list