From 0a08973de9e3431edb90633fcefdbaa1af7837fd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 26 Mar 2012 19:10:36 +0300 Subject: 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.) --- sal/CppunitTest_sal_rtl_strings.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sal') diff --git a/sal/CppunitTest_sal_rtl_strings.mk b/sal/CppunitTest_sal_rtl_strings.mk index 0a00e8b08119..fc384d62d8ea 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: -- cgit