android/Bootstrap/Makefile.shared |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2879dceaf56df81734bf36e1d20c973de0a5aa29
Author: Peter Foley <pefol...@pefoley.com>
Date:   Mon Jan 18 17:08:47 2016 -0500

    improve android build status reporting
    
    Change-Id: I29f404dc5aee27b592eac7585c5142b91060fe5c
    Reviewed-on: https://gerrit.libreoffice.org/21589
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: jan iversen <j...@documentfoundation.org>

diff --git a/android/Bootstrap/Makefile.shared 
b/android/Bootstrap/Makefile.shared
index 2edf7c3..e265305 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -44,6 +44,7 @@ WHOLELIBS = \
 
 
 $(OBJLOCAL)/liblo-native-code.so : native-code.cxx $(ALL_STATIC_LIBS)
+       @echo "Linking $@"
        mkdir -p $(OBJLOCAL)
        $(CXX) -Wl,--build-id=sha1 -Wl,--gc-sections 
-Wl,--version-script=../Bootstrap/version.map -Wl,--no-keep-files-mapped 
-Wl,--no-undefined -DANDROID -DDISABLE_DYNLOADING -shared -o 
$(OBJLOCAL)/liblo-native-code.so -I$(BUILDDIR)/config_host -I$(SRCDIR)/include 
native-code.cxx -L$(INSTDIR)/$(LIBO_LIB_FOLDER) $(WHOLELIBS) $(LIBS) 
-lgnustl_static -lGLESv2 -landroid -ljnigraphics -llog -lz
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to