diff options
author | Peter Foley <pefoley2@pefoley.com> | 2016-01-18 17:08:47 -0500 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-01-21 07:26:38 +0000 |
commit | 2879dceaf56df81734bf36e1d20c973de0a5aa29 (patch) | |
tree | 6d463195b6b65371edd6d35597364da7abeb07ac /android/Bootstrap | |
parent | 90d892664a6c49a8ae25a72ddccf54dba9d0e429 (diff) |
improve android build status reporting
Change-Id: I29f404dc5aee27b592eac7585c5142b91060fe5c
Reviewed-on: https://gerrit.libreoffice.org/21589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 2edf7c3c2dc7..e26530595cad 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 |