summaryrefslogtreecommitdiff
path: root/basebmp/CppunitTest_basebmp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/CppunitTest_basebmp.mk')
-rw-r--r--basebmp/CppunitTest_basebmp.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk
index cbdfef63a0c1..f11b46297e30 100644
--- a/basebmp/CppunitTest_basebmp.mk
+++ b/basebmp/CppunitTest_basebmp.mk
@@ -14,8 +14,17 @@ $(eval $(call gb_CppunitTest_set_include,basebmp_cpputest,\
$$(INCLUDE) \
))
+ifeq ($(OS),ANDROID)
+$(eval $(call gb_CppunitTest_use_static_libraries,basebmp_cpputest,\
+ basebmp \
+))
+else
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
basebmp \
+))
+endif
+
+$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
basegfx \
sal \
$(gb_STDLIBS) \