[Android] build: fix OUT_DBG_DIR
Thomas Guillem
git at videolan.org
Wed Apr 19 18:05:04 CEST 2017
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Apr 19 18:04:43 2017 +0200| [5a926f47cd4db303ad3758def03b58740fe475f9] | committer: Thomas Guillem
build: fix OUT_DBG_DIR
> https://code.videolan.org/videolan/vlc-android/commit/5a926f47cd4db303ad3758def03b58740fe475f9
---
compile-libvlc.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 3809766..ebde64e 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -904,8 +904,7 @@ if [ "$RELEASE" = 1 ]; then
checkfail "stripping"
fi
-VERSION=$(grep "android:versionName" vlc-android/AndroidManifest.xml|cut -d\" -f 2)
-OUT_DBG_DIR=.dbg/${ANDROID_ABI}/$VERSION
+OUT_DBG_DIR=.dbg/${ANDROID_ABI}
echo "Dumping dbg symbols info ${OUT_DBG_DIR}"
More information about the Android
mailing list