[Libreoffice-commits] .: sal/CppunitTest_sal_rtl_strings.mk

Tor Lillqvist tml at kemper.freedesktop.org
Mon Mar 26 09:17:14 PDT 2012


 sal/CppunitTest_sal_rtl_strings.mk |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 0a08973de9e3431edb90633fcefdbaa1af7837fd
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Mar 26 19:10:36 2012 +0300

    No separate sal_textenc library built for Android
    
    (As a low-hanging fruit to drop the shared library count by
    one... Each library less counts.)

diff --git a/sal/CppunitTest_sal_rtl_strings.mk b/sal/CppunitTest_sal_rtl_strings.mk
index 0a00e8b..fc384d6 100644
--- a/sal/CppunitTest_sal_rtl_strings.mk
+++ b/sal/CppunitTest_sal_rtl_strings.mk
@@ -42,9 +42,11 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_rtl_strings,\
     $(gb_STDLIBS) \
 ))
 
-# the test uses O(U)String capabilities that dlopen this lib
+# The test uses O(U)String capabilities that dlopen this lib
+ifneq ($(OS),ANDROID)
+# Except that on Android we don't build it separately
 $(call gb_CppunitTest_get_target,sal_rtl_strings) : \
     $(call gb_Library_get_target,sal_textenc)
-
+endif
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list