[Libreoffice-commits] online.git: android/build.gradle.in
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 12 11:10:21 UTC 2020
android/build.gradle.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0a096fb4ad39a1bb0c633f8b18bbb6d9414e4de7
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Aug 11 17:30:26 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Wed Aug 12 13:10:02 2020 +0200
android: fix build when changing the build output directory
It happens when redirecting all the build output
to a specific directory
Change-Id: I084d35be1c72bd319515d642ddf5b4607f42cf6b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100567
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
diff --git a/android/build.gradle.in b/android/build.gradle.in
index fd2b2fc5e..4552f6897 100644
--- a/android/build.gradle.in
+++ b/android/build.gradle.in
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
-buildDir = "@builddir@/build"
+buildDir = "@abs_top_builddir@/android/build"
buildscript {
repositories {
More information about the Libreoffice-commits
mailing list