[Libreoffice-commits] core.git: android/Bootstrap

Peter Foley pefoley2 at pefoley.com
Wed Jan 20 23:27:10 PST 2016


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

New commits:
commit 2879dceaf56df81734bf36e1d20c973de0a5aa29
Author: Peter Foley <pefoley2 at 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 <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at 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
 


More information about the Libreoffice-commits mailing list