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

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 21 13:50:21 UTC 2020


 android/app/build.gradle |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit e33c9303980d3818b830f38f14c227d16e4e2c1b
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Mon Apr 20 10:41:50 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

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
+}


More information about the Libreoffice-commits mailing list