From b4eac50a7ef85661703b8848ef19198313453f45 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 16 Jul 2013 14:15:17 +0200 Subject: try to avoid build breakage with cppunit on android Broken by eef53622798e2e2f81f28ee5e1c82de0d48c149c , and I've had enough of tinderbox mails during the last week. Change-Id: Iab0fe0363e8ca3212eb673ae1da9492140140bc3 --- sc/Module_sc.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 29e53e980679..35f1fc1e6ca8 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -16,10 +16,15 @@ $(eval $(call gb_Module_add_targets,sc,\ Library_scd \ Library_scfilt \ Library_scui \ - Library_scqahelper \ UIConfig_scalc \ )) +ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) +$(eval $(call gb_Module_add_targets,sc,\ + Library_scqahelper \ +)) +endif + ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Module_add_targets,sc,\ -- cgit v1.2.3