android/lib/build.gradle | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 02815066c8864cb8a167af104594925a59aa3a88
Author: Jan Holesovsky <[email protected]>
AuthorDate: Fri Jan 31 21:36:12 2020 +0100
Commit: Jan Holesovsky <[email protected]>
CommitDate: Sat Feb 1 09:31:26 2020 +0100
android: Add the liblangtag data to the APK.
Without this, the app crashes with exotic locales.
Change-Id: Ia0e4ffe6e8ed512c2a0402819b84d9563d17b0f6
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87786
Reviewed-by: Michael Meeks <[email protected]>
Tested-by: Jan Holesovsky <[email protected]>
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index 6523ca683..3352febb6 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -118,6 +118,11 @@ task copyUnpackAssets(type: Copy) {
)
}
}
+ into('share') {
+ from "${liboInstdir}/share"
+ // liblangtag data is needed for locales like en-CH
+ includes = ['liblangtag/**']
+ }
}
task copyAssets(type: Copy) {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits