android/app/build.gradle | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit e33c9303980d3818b830f38f14c227d16e4e2c1b
Author: Henry Castro <[email protected]>
AuthorDate: Mon Apr 20 10:41:50 2020 -0400
Commit: Henry Castro <[email protected]>
CommitDate: Tue Apr 21 15:50:01 2020 +0200
android: integrate gradle task to build loleaflet
Change-Id: I6f2d39d7986d3f9e477bad225e554c3bdb71d125
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92598
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Henry Castro <[email protected]>
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 07f6aa41e..5d4be5d2a 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -72,3 +72,11 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0-alpha01'
implementation project(path: ':lib')
}
+
+task build_loleaflet(type: Exec) {
+ commandLine 'make', '-C', '../../'
+}
+
+afterEvaluate {
+ preBuild.dependsOn build_loleaflet
+}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits