[Android] Show the ARMv6/ARMv5 options only for ARMEABI
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 4 19:14:31 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 4 19:14:15 2015 +0100| [3d47689f22efd887728f8595788a8ebd4d312838] | committer: Jean-Baptiste Kempf
Show the ARMv6/ARMv5 options only for ARMEABI
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3d47689f22efd887728f8595788a8ebd4d312838
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 3e6808f..afb6d19 100755
--- a/compile.sh
+++ b/compile.sh
@@ -105,7 +105,7 @@ export GCCVER
export ANDROID_API
# XXX : important!
-[ "$HAVE_ARM" = 1 ] && cat << EOF
+[ ${ANDROID_ABI} = "armeabi" ] && cat << EOF
For an ARMv6 device without FPU:
$ export NO_FPU=1
For an ARMv5 device:
More information about the Android
mailing list