[Android] build: remove unneeded hack

Thomas Guillem git at videolan.org
Tue May 14 16:47:29 CEST 2019


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 14 08:30:22 2019 +0200| [8b4a18f039344c6223c5537773d13c9cf7850242] | committer: Thomas Guillem

build: remove unneeded hack

> https://code.videolan.org/videolan/vlc-android/commit/8b4a18f039344c6223c5537773d13c9cf7850242
---

 compile-libvlc.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index fc16718d5..2d59477f0 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -224,14 +224,6 @@ then
     exit 1
 fi
 
-if [ ! -z "${NDK_FORCE_ARG}" ];then
-    # Don't mess up nl_langinfo() detection since this symbol is not present for 64
-    # bits
-    if [ "${HAVE_64}" = 1 ];then
-        rm ${NDK_TOOLCHAIN_DIR}/sysroot/usr/local/include/langinfo.h
-    fi
-fi
-
 if [ ! -z "${NDK_FORCE_ARG}" ];then
     cp "$ANDROID_NDK/source.properties" "${NDK_TOOLCHAIN_PROPS}"
 fi



More information about the Android mailing list