[Libreoffice-commits] online.git: android/lib

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 1 08:31:43 UTC 2020


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

New commits:
commit 02815066c8864cb8a167af104594925a59aa3a88
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Fri Jan 31 21:36:12 2020 +0100
Commit:     Jan Holesovsky <kendy at 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.meeks at collabora.com>
    Tested-by: Jan Holesovsky <kendy at 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) {


More information about the Libreoffice-commits mailing list