[Android] compile.sh: Remove debug

Jean-Baptiste Kempf git at videolan.org
Mon Sep 28 19:45:22 CEST 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Sep 26 11:14:59 2015 +0200| [cc7dd1eb54d03831eb527ce935e0b8eed01ef658] | committer: Jean-Baptiste Kempf

compile.sh: Remove debug

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index dd51122..499e56a 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -623,8 +623,6 @@ VER_FILE="vlc/$VLC_BUILD_DIR/lib/.libs/libvlc.ver"
 echo "{ global:" > $VER_FILE
 cat vlc/lib/libvlc.sym | sed -e "s/\(.*\)/\1;/" >> $VER_FILE
 echo "local: *; };" >> $VER_FILE
-pwd
-echo $VER_FILE
 
 ###############################
 # NDK-Build for libvlcjni.so  #



More information about the Android mailing list