summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-02-20 09:04:16 +0100
committerAndras Timar <andras.timar@collabora.com>2020-02-20 09:05:10 +0100
commit28633057887770ee16a24d150f9ba8bc6dc82e0c (patch)
treecf1edc5899efa8897d977d8a9dc3569e2e3169a5
parenteb4f5abf52937bc21d2f092c446284c03e99a448 (diff)
We need also share/gallery for the Android app for inserting some shapes defined there
Change-Id: I8fcbc78c17753607351580b97f931f3a2c59a091 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89072 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--android/lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index e2758100d..857d4add6 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -150,7 +150,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/**']
+ includes = ['registry/**', 'filter/**', 'gallery/**']
}
}