summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-15 21:15:10 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-15 21:37:50 +0300
commit0b2eae62f1ccaad1c963d2637aafaa1ce9062455 (patch)
tree8624e961142cac8da29875cb723b23662f02c9c7 /sc/CppunitTest_sc_filters_test.mk
parentca3392e833ef932664e236eafddeff874eb95d70 (diff)
No need for Android, iOS or CROSS_COMPILING conditionals for unit tests
We don't run unit tests when cross-compiling anyway and since d4ea8c6b7ee32dfbe1525cae45ad44d411052c33 the corresponding .mk files aren't even read by Make. Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71
Diffstat (limited to 'sc/CppunitTest_sc_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_filters_test.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 521b6e05cfaa..8a2a1c72de05 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -76,9 +76,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
utl \
vcl \
xo \
- $(if $(filter $(OS),ANDROID), \
- lo-bootstrap \
- ) \
$(gb_UWINAPI) \
))