Kaydet (Commit) adf7df9c authored tarafından Christian Lohmaier's avatar Christian Lohmaier

use android app's target-sdk (22) also for owncloud lib

maybe should be set via configure, to keep them in-sync

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