summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-02-06 22:48:29 +0100
committerAndras Timar <andras.timar@collabora.com>2020-05-18 18:06:43 +0200
commitc5d5b6f0c0ebef699acd98e784062bc8e96ef1b4 (patch)
treed224571c76052874aaf5bf8520327cc251f00ded /postprocess
parentfa553b3538ac0c0098ba70d73e9aeff3e7932c88 (diff)
android hunspell: Turn on the hunspell build on Android...
...and try to register it for use - it's a bundled extension. The attempt to use the Android's native spell checking failed because the combination of gboard + google's spell checker makes every word in the app appear as if spelled correctly. I haven't found any easy way around that, so let's use hunspell instead; but for that, we need to make the bundled extensions work on Android. Change-Id: If6563e497f1d3085c26eda571567242b2c1f6181 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88217 Tested-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88364 Tested-by: Jenkins
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index f9914bf5090b..e28de2ef751a 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -321,6 +321,14 @@ $(eval $(call gb_Rdb_add_components,services,\
) \
))
+else # DESKTOP
+
+$(eval $(call gb_Rdb_add_components,services,\
+ $(if $(filter ANDROID,$(OS)),\
+ extensions/source/logging/log \
+ ) \
+))
+
endif # DESKTOP
ifeq ($(ENABLE_PDFIMPORT),TRUE)