[Libreoffice-commits] online.git: android/lib
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 3 14:33:57 UTC 2020
android/lib/build.gradle | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 5d74642537a9ae3b49491c6352f2aa959e422d32
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Fri Jul 3 15:25:43 2020 +0200
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Fri Jul 3 16:33:38 2020 +0200
android: Always re-do the fonts.conf, to update when the filter changed.
No idea how to add dependency on the build.gradle itself, so at least
this...
Change-Id: I7d43064d3a2299929b36a3ed3d5c13ada808c898
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97804
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index 8882d8e5d..6177d0ca5 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -113,6 +113,12 @@ task copyUnpackAssets(type: Copy) {
into('etc/fonts') {
from "${liboSrcRoot}/android/source/"
includes = ['fonts.conf']
+ doFirst {
+ // we have changed the filter below; so to always re-generate this
+ // file, delete it first - no idea how to set a dependency on
+ // build.gradle changes :-(
+ file('fonts.conf').delete()
+ }
filter {
String line ->
line.replaceAll(
More information about the Libreoffice-commits
mailing list