[Android] [PATCH] Support NDK v12
Sebastian Roth
sebastian.roth at gmail.com
Thu Jun 23 05:17:09 CEST 2016
---
compile-libvlc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index f17e55e..71f6fcd 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -279,7 +279,7 @@ fi
GCCVER=4.9
REL=$(grep -o '^Pkg.Revision.*[0-9]*.*' $ANDROID_NDK/source.properties |cut -d " " -f 3 | cut -d "." -f 1)
case "$REL" in
- 11*)
+ 11*|12*)
if [ "${HAVE_64}" = 1 ];then
ANDROID_API=android-21
else
--
2.9.0
More information about the Android
mailing list