From e6fe508d6835590c6245e62e2c014808453e7d92 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Mon, 2 Feb 2015 19:49:37 +0000 Subject: Android: add ownCloud library to the build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Library code from https://github.com/jaragunde/owncloud-android-library This patch downloads, builds and installs the library from a tarball uploaded to http://dev-www.libreoffice.org/src/. Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f Reviewed-on: https://gerrit.libreoffice.org/16190 Tested-by: Jenkins Reviewed-by: Jacobo Aragunde Pérez --- android/source/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/source/Makefile') diff --git a/android/source/Makefile b/android/source/Makefile index 3bf2c1547aac..6f70a91b7651 100644 --- a/android/source/Makefile +++ b/android/source/Makefile @@ -32,6 +32,8 @@ build-ant: android_version_setup copy-stuff prepare-appcompat link-so properties for F in unoil; do \ $(call COPYJAR,$(INSTDIR)/$(LIBO_SHARE_JAVA_FOLDER)/$${F}.jar); \ done + #ownCloud lib dependency + $(call COPYJAR,$(WORKDIR)/UnpackedTarball/owncloud_android_lib/bin/owncloud-android-library.jar) # unset JAVA_HOME && $(ANT) $(if $(VERBOSE)$(verbose),,-quiet) $(if $(ENABLE_RELEASE_BUILD),release,debug) -- cgit