office-gobmx/postprocess
Jan Holesovsky 4f9531c81d 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
2020-02-10 18:14:40 +01:00
..
packimages
qa Simplify Sequence iterations in postprocess..sax 2019-08-17 14:08:33 +02:00
signing split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
CppunitTest_services.mk Missing test dependencies 2020-02-07 08:20:28 +01:00
CustomTarget_check_dynamic_objects.mk
CustomTarget_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
CustomTarget_images.mk
CustomTarget_registry.mk remove unused GSOC 2005 "Tabbed Document Windows for OOo" 2020-01-21 16:50:41 +01:00
CustomTarget_signing.mk split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
Makefile
Module_postprocess.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
Package_fontconfig.mk Revert "Make font-based unit test depend on instdir fonts" 2019-12-16 12:58:35 +01:00
Package_images.mk
Package_registry.mk
Rdb_services.mk android hunspell: Turn on the hunspell build on Android... 2020-02-10 18:14:40 +01:00
README

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets
in module 'instset_native'. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
[[postprocess/prj/build.lst]] for that.