diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2015-02-02 19:49:37 +0000 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2015-06-10 07:44:56 +0000 |
commit | e6fe508d6835590c6245e62e2c014808453e7d92 (patch) | |
tree | 06300b9eca799748f25d04e11e25aab63156e36b /android/source | |
parent | f9887ea014a492b062130547e15a931868edb046 (diff) |
Android: add ownCloud library to the build.
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 <ci@libreoffice.org>
Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'android/source')
-rw-r--r-- | android/source/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |