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

Rafaël Carré git at videolan.org
Mon Aug 12 17:03:43 CEST 2013


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Mon Aug 12 17:03:27 2013 +0200| [5bb852b6d50a695d4644d983bb203e3d67ee36c5] | committer: Rafaël Carré

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

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

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

diff --git a/compile.sh b/compile.sh
index 6681752..b5b9ca1 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