[Libreoffice-commits] core.git: external/owncloud-android-lib
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 9 13:10:11 UTC 2020
external/owncloud-android-lib/Module_owncloud-android-lib.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit b2a7703bec86810f5c790622ce762e6475b6997e
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Thu Apr 23 17:24:10 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Jun 9 15:09:31 2020 +0200
No owncloud-android-lib if we don't want to use Java at build time
Experimental. Let's see whether it makes sense to not use Java when
building the LO core for the (newer, Online-based) Android app.
Change-Id: I119861704d02bbfaa0cfd9f72c7b437f1730e48e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95847
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/external/owncloud-android-lib/Module_owncloud-android-lib.mk b/external/owncloud-android-lib/Module_owncloud-android-lib.mk
index 486ed4053829..a57e70a79b84 100644
--- a/external/owncloud-android-lib/Module_owncloud-android-lib.mk
+++ b/external/owncloud-android-lib/Module_owncloud-android-lib.mk
@@ -9,9 +9,11 @@
$(eval $(call gb_Module_Module,owncloud_android_lib))
+ifneq ($(ENABLE_JAVA),)
$(eval $(call gb_Module_add_targets,owncloud_android_lib, \
ExternalProject_owncloud_android_lib \
UnpackedTarball_owncloud_android_lib \
))
+endif
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list