Do a version sort to find the android target version.

This commit is contained in:
Ghislain MARY 2012-12-04 11:46:32 +01:00
parent eee0b18507
commit c24007813e

View file

@ -5,7 +5,7 @@ NUMCPUS=$(shell grep -c '^processor' /proc/cpuinfo || echo "4" )
TOPDIR=$(shell pwd)
PATCH_FFMPEG=$(shell cd submodules/externals/ffmpeg && git status | grep neon)
LINPHONE_VERSION=$(shell cd submodules/linphone && git describe)
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep android | sort | tail -n1)
ANDROID_MOST_RECENT_TARGET=$(shell android list target -c | grep android | sort -V | tail -n1)
BUILD_X264=0
BUILD_AMRNB=light