summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-16 21:16:06 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-16 21:16:37 +0000
commit16d14899807cc46a5c22c3848eec939359d5fbd6 (patch)
treeda5b01b7e63fcdd3e99319ac530a0b57d43e73db /postprocess
parentde8c830947a756b6d8ab2d7ef33934c9ba28036a (diff)
android: LuceneHelpWrapper not built here.
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 26549ff9a3bd..94923a3c2825 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -242,8 +242,11 @@ my_components += component/framework/util/lomenubar
.END
.IF "$(SOLAR_JAVA)" == "TRUE"
+.IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)"
+my_components += \
+ LuceneHelpWrapper
+.ENDIF
my_components += \
- LuceneHelpWrapper \
component/xmerge/source/bridge/XMergeBridge \
component/filter/source/xsltfilter/XSLTFilter.jar \
component/filter/source/xsltvalidate/XSLTValidate \