Kaydet (Commit) da21f9ed authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez Kaydeden (comit) Tomaž Vajngerl

Android: fix ownCloud lib build

The build relied on the presence of ANDROID_HOME envvar, now we pass
it explicitly.

Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913
(cherry picked from commit 2e6ed9be)
üst 7bfacc1c
...@@ -18,6 +18,7 @@ $(call gb_ExternalProject_get_state_target,owncloud_android_lib,build) : ...@@ -18,6 +18,7 @@ $(call gb_ExternalProject_get_state_target,owncloud_android_lib,build) :
$(ICECREAM_RUN) "$(ANT)" \ $(ICECREAM_RUN) "$(ANT)" \
-q \ -q \
-f build.xml \ -f build.xml \
-Dsdk.dir=$(ANDROID_SDK_HOME) \
release \ release \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment