Do a version sort to find the android target version.
This commit is contained in:
parent
eee0b18507
commit
c24007813e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue