diff --git a/Makefile b/Makefile index eec63e3cd..1f16825fa 100644 --- a/Makefile +++ b/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