summaryrefslogtreecommitdiff
path: root/Library_merged.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Library_merged.mk')
-rw-r--r--Library_merged.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index 1ac02e5d9c26..b7935444c249 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -123,8 +123,11 @@ $(eval $(call gb_Library_use_externals,merged,\
endif
ifeq ($(OS),ANDROID)
-$(eval $(call gb_Library_use_libraries,merged,\
+$(eval $(call gb_Library_use_static_libraries,merged,\
basebmp \
+))
+
+$(eval $(call gb_Library_use_libraries,merged,\
libotouch \
))