android/lib/build.gradle |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 02815066c8864cb8a167af104594925a59aa3a88
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Fri Jan 31 21:36:12 2020 +0100
Commit:     Jan Holesovsky <ke...@collabora.com>
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 <michael.me...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to