android/build.gradle.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a096fb4ad39a1bb0c633f8b18bbb6d9414e4de7
Author:     Henry Castro <[email protected]>
AuthorDate: Tue Aug 11 17:30:26 2020 -0400
Commit:     Henry Castro <[email protected]>
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 <[email protected]>
    Reviewed-by: Henry Castro <[email protected]>

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 {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to