[Android] Revert "build: export all symbols in debug (fixes gdb)"

Thomas Guillem git at videolan.org
Tue Dec 1 17:12:31 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec  1 17:12:02 2015 +0100| [e8b9049cb8b17be29a298170acfb0405c9f8850a] | committer: Thomas Guillem

Revert "build: export all symbols in debug (fixes gdb)"

Finally, it's not needed.
This reverts commit 9b4e5c5b7ced2e0c6be85162f03a2653d6a78936.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e8b9049cb8b17be29a298170acfb0405c9f8850a
---

 compile-libvlc.sh |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 1e9f05c..09ede97 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -652,10 +652,6 @@ fi
 
 echo "Building NDK"
 
-if [ "$RELEASE" = 1 ]; then
-    EXTRA_LDFLAGS="${EXTRA_LDFLAGS} -Wl,-soname -Wl,libvlc.so.5 -Wl,-version-script -Wl,$SRC_DIR/$VER_FILE"
-fi
-
 $ANDROID_NDK/ndk-build -C libvlc \
     VLC_SRC_DIR="$VLC_SRC_DIR" \
     ANDROID_SYS_HEADERS="$ANDROID_SYS_HEADERS" \
@@ -663,7 +659,7 @@ $ANDROID_NDK/ndk-build -C libvlc \
     VLC_CONTRIB="$VLC_CONTRIB" \
     VLC_MODULES="$VLC_MODULES" \
     TARGET_CFLAGS="$EXTRA_CFLAGS" \
-    EXTRA_LDFLAGS="$EXTRA_LDFLAGS" \
+    EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-soname -Wl,libvlc.so.5 -Wl,-version-script -Wl,$SRC_DIR/$VER_FILE" \
     LIBVLC_LIBS="$LIBVLC_LIBS" \
     LIBIOMX_LIBS="$LIBIOMX_LIBS" \
     LIBANW_LIBS="$LIBANW_LIBS" \



More information about the Android mailing list