[Android] build: remove old NDK14 hack
Thomas Guillem
git at videolan.org
Tue Oct 23 17:25:49 CEST 2018
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Oct 23 14:38:40 2018 +0200| [35098246c142b002a34ea67c0734cbcc33fac818] | committer: Thomas Guillem
build: remove old NDK14 hack
> https://code.videolan.org/videolan/vlc-android/commit/35098246c142b002a34ea67c0734cbcc33fac818
---
compile-libvlc.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 93e7ed7eb..914e5764c 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -461,11 +461,6 @@ echo "Building the contribs"
mkdir -p contrib/contrib-android-${TARGET_TUPLE}
# don't use the dummy uchar.c
-if [ ! -f contrib/${TARGET_TUPLE}/include/uchar.h ]; then
- mkdir -p contrib/${TARGET_TUPLE}/include
- cp ${ANDROID_NDK}/platforms/android-24/arch-${PLATFORM_SHORT_ARCH}/usr/include/uchar.h \
- contrib/${TARGET_TUPLE}/include/uchar.h
-fi
gen_pc_file() {
echo "Generating $1 pkg-config file"
More information about the Android
mailing list