summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-04-19 12:09:41 -0400
committerHenry Castro <hcastro@collabora.com>2020-04-21 16:03:38 +0200
commit0e8942f88f7dfac058da02db19251cff8fe55fe5 (patch)
tree60fb951c54aa125a7b8f3cb38cd0a5efadbf2b0a /configure.ac
parentandroid: integrate gradle task to build loleaflet (diff)
downloadonline-0e8942f88f7dfac058da02db19251cff8fe55fe5.tar.gz
online-0e8942f88f7dfac058da02db19251cff8fe55fe5.zip
android: configure build directory
Enable to change to build directory when builddir != srcdir Change-Id: I8e48897c44a5ea67da8ffebc3183d722a05e3a20 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92596 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b4bf69e970..939f407e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1081,6 +1081,7 @@ fi
if test "$enable_androidapp" = "yes"; then
AC_CONFIG_FILES([android/Makefile
+ android/build.gradle
android/app/appSettings.gradle
android/lib/libSettings.gradle
android/lib/src/main/cpp/CMakeLists.txt])