[Android] compile-libvlc: tell which part of the build failed

Steve Lhomme git at videolan.org
Fri Oct 21 15:24:54 CEST 2016


vlc-android | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Oct 20 16:49:13 2016 +0200| [98922b5df445fe1be1b45fe8f4368136784f04b2] | committer: Thomas Guillem

compile-libvlc: tell which part of the build failed

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> https://code.videolan.org/videolan/vlc-android/commit/98922b5df445fe1be1b45fe8f4368136784f04b2
---

 compile-libvlc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index a4ab64c..5e97f46 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -717,7 +717,7 @@ $ANDROID_NDK/ndk-build$OSCMD -C libvlc \
     NDK_TOOLCHAIN_VERSION=clang \
     NDK_DEBUG=${NDK_DEBUG}
 
-checkfail "ndk-build failed"
+checkfail "ndk-build failed for libvlc"
 
 $ANDROID_NDK/ndk-build$OSCMD -C libvlc \
     VLC_SRC_DIR="$VLC_SRC_DIR" \
@@ -731,7 +731,7 @@ $ANDROID_NDK/ndk-build$OSCMD -C libvlc \
     NDK_PROJECT_PATH=private_libs \
     NDK_TOOLCHAIN_VERSION=clang
 
-checkfail "ndk-build failed"
+checkfail "ndk-build failed for private libs"
 
 VERSION=$(grep "android:versionName" vlc-android/AndroidManifest.xml|cut -d\" -f 2)
 OUT_DBG_DIR=.dbg/${ANDROID_ABI}/$VERSION



More information about the Android mailing list