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 --- external/owncloud-android-lib/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 external/owncloud-android-lib/Makefile (limited to 'external/owncloud-android-lib/Makefile') diff --git a/external/owncloud-android-lib/Makefile b/external/owncloud-android-lib/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/owncloud-android-lib/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: -- cgit