[Libreoffice-commits] .: solenv/gbuild

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jan 9 01:11:57 PST 2012


 solenv/gbuild/platform/ANDROID_ARM_GCC.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 407542d7ed7d517e177ac17e67b2c2deb9f41bb4
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Jan 9 10:59:16 2012 +0200

    Revert "gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon"
    
    (10:49:45) dtardon: tml_, i rescinded :) "<dtardon> tml_, hm, well, that's not really true..."
    
    This reverts commit b2b5357097a8a61fe80fb4f57ade0965099f61a6.

diff --git a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
index 6f762ba..d9ed246 100644
--- a/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
+++ b/solenv/gbuild/platform/ANDROID_ARM_GCC.mk
@@ -37,6 +37,11 @@ include $(GBUILDDIR)/platform/unxgcc.mk
 gb_STDLIBS := \
 	gnustl_shared
 
+gb_Library_PLAINLIBS_NONE := \
+	android \
+	gnustl_shared \
+	log \
+
 # No unit testing can be run
 gb_CppunitTest_CPPTESTPRECOMMAND := :
 


More information about the Libreoffice-commits mailing list