summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-14 12:56:43 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-15 16:20:00 +0200
commit4eaf1feb56632e8e4da34c9a5275bd409395f009 (patch)
treef840c0071b3ac147a6d9e65b03d66d33ff77bba5 /sc/CppunitTest_sc_filters_test.mk
parent888d96f6b48a60abdf9077854f9a5f883f1e84be (diff)
Special-case files in /assets on Android
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 26bcc7a3b5a9..32f7d47d8aaa 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -63,6 +63,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
utl \
vcl \
xo \
+ $(if $(filter $(OS),ANDROID), \
+ lo-bootstrap \
+ ) \
$(gb_STDLIBS) \
))