[Libreoffice-commits] online.git: android/lib
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 21 13:42:06 UTC 2020
android/lib/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac4cb440211c0ceec1cfbba21df4b5a05fb59c74
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Feb 21 12:07:31 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Feb 21 14:41:48 2020 +0100
android: add share/palette/* (arrowheads, color palettes, etc.)
Change-Id: I535a6e4dfc6dd5f0e47387b3f283abb30e927221
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89195
Tested-by: Andras Timar <andras.timar at collabora.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index 9618f5710..46771f320 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -151,7 +151,7 @@ task copyAssets(type: Copy) {
into('share') {
from "${liboInstdir}/share"
// Filter data is needed by e.g. the drawingML preset shape import.
- includes = ['registry/**', 'filter/**', 'gallery/**']
+ includes = ['registry/**', 'filter/**', 'gallery/**', 'palette/**']
}
}
More information about the Libreoffice-commits
mailing list