summaryrefslogtreecommitdiff
path: root/android/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/Makefile')
-rw-r--r--android/source/Makefile2
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)