[Android] relax version checking for 64bits versions of NDK
Rafaël Carré
git at videolan.org
Tue Mar 26 15:23:48 CET 2013
vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 26 15:23:33 2013 +0100| [7c31a199139d6ba37bc6dc68dd9a300e367de8ab] | committer: Rafaël Carré
relax version checking for 64bits versions of NDK
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7c31a199139d6ba37bc6dc68dd9a300e367de8ab
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 6c62d4c..bbd17ff 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
- 8?)
+ 8?*)
# we don't use 4.4.3 because it doesn't handle threads correctly.
# TODO : clang?
if test -d ${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.7
More information about the Android
mailing list