Dont take target android-20 neither

This commit is contained in:
Gautier Pelloux-Prayer 2014-12-02 15:35:58 +01:00
parent 48f94987c8
commit a7ad4001c2

View file

@ -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