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 /external/owncloud-android-lib/Makefile | |
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 'external/owncloud-android-lib/Makefile')
-rw-r--r-- | external/owncloud-android-lib/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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: |