summaryrefslogtreecommitdiff
path: root/desktop/Module_desktop.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-12 20:27:24 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-12 22:14:59 +0200
commit77680bbbadb2e4636164832b58da86f24effe034 (patch)
treef9b6604fbf1dc5e8bb8740c2466b6834e50a3887 /desktop/Module_desktop.mk
parent414596cd71620aca4816468b9652e77e51b892c8 (diff)
Do build Executable_soffice.bin also for Android, for now
Diffstat (limited to 'desktop/Module_desktop.mk')
-rw-r--r--desktop/Module_desktop.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index d274fa2884b7..c14600fe20b6 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -105,6 +105,10 @@ $(eval $(call gb_Module_add_targets,desktop,\
else ifeq ($(OS),ANDROID)
+$(eval $(call gb_Module_add_targets,desktop,\
+ Executable_soffice.bin \
+))
+
else ifeq ($(OS),IOS)
else