summaryrefslogtreecommitdiffstats
path: root/extensions
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 /extensions
parentandroid: Actually let's avoid the exceptions via bridges only on aarch4. (diff)
downloadcore-c5d5b6f0c0ebef699acd98e784062bc8e96ef1b4.tar.gz
core-c5d5b6f0c0ebef699acd98e784062bc8e96ef1b4.zip
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 'extensions')
-rw-r--r--extensions/Module_extensions.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/Module_extensions.mk b/extensions/Module_extensions.mk
index 9612620e3a72..43a32560e64c 100644
--- a/extensions/Module_extensions.mk
+++ b/extensions/Module_extensions.mk
@@ -16,7 +16,6 @@ $(eval $(call gb_Module_add_l10n_targets,extensions,\
ifneq ($(filter-out iOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,extensions,\
Library_abp \
- Library_log \
Library_scn \
$(if $(filter WNT,$(OS)), \
Library_WinUserInfoBe \
@@ -27,6 +26,12 @@ $(eval $(call gb_Module_add_targets,extensions,\
))
endif
+ifneq ($(filter-out iOS,$(OS)),)
+$(eval $(call gb_Module_add_targets,extensions,\
+ Library_log \
+))
+endif
+
ifeq ($(ENABLE_LDAP),TRUE)
$(eval $(call gb_Module_add_targets,extensions,\
Library_ldapbe2 \