Kaydet (Commit) 2e6ed9be authored tarafından Jacobo Aragunde Pérez's avatar Jacobo Aragunde Pérez

Android: fix ownCloud lib build

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

Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913
üst 321f4925
......@@ -18,6 +18,7 @@ $(call gb_ExternalProject_get_state_target,owncloud_android_lib,build) :
$(ICECREAM_RUN) "$(ANT)" \
-q \
-f build.xml \
-Dsdk.dir=$(ANDROID_SDK_HOME) \
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