Dont take target android-20 neither
This commit is contained in:
parent
48f94987c8
commit
a7ad4001c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ LIBLINPHONE_VERSION=$(shell cd submodules/linphone && git describe --always)
|
|||
LINPHONE_ANDROID_DEBUG_VERSION=$(shell git describe --always)
|
||||
BELLESIP_VERSION_SCRIPT:=cat submodules/belle-sip/configure.ac | grep "AC_INIT(" | sed -e "s/.*belle-sip\]//" | sed -e "s/].*//" | sed -e "s/.*\[//"
|
||||
BELLESIP_VERSION=$(shell $(BELLESIP_VERSION_SCRIPT))
|
||||
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep -v android-21 | grep -E 'android-[0-9]+' | tail -n1)
|
||||
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep -E 'android-[0-9]+' | grep -Ev "android-(21|20)" | tail -n1)
|
||||
ARM_SYSROOT=${NDK_PATH}/platforms/android-14/arch-arm
|
||||
X86_SYSROOT=${NDK_PATH}/platforms/android-14/arch-x86
|
||||
SQLITE_VERSION=3071700
|
||||
|
|
Loading…
Reference in a new issue