Skip to content
Snippets Groups Projects
Commit 98922b5d authored by Steve Lhomme's avatar Steve Lhomme Committed by Thomas Guillem
Browse files

compile-libvlc: tell which part of the build failed


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent f83e15d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment