Merge branch 'newUI' of git.linphone.org:linphone-android into newUI
This commit is contained in:
commit
43005d088f
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ SDK_PATH=$(shell dirname `which android`)
|
|||
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 cat submodules/linphone/configure.ac | grep -m 1 "LINPHONE_VERSION=" | sed -e 's/LINPHONE_VERSION=//')
|
||||
LINPHONE_VERSION=$(shell grep -e '^.C_INIT(' submodules/linphone/configure.ac | sed -e 's/.*linphone]\,\[//' |sed -e 's/\].*//' )
|
||||
KEYSTORE=bc-android.keystore
|
||||
KEYALIAS=nw8000
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5f2640d57a48e122cb14ffa2df23304103e3d6a9
|
||||
Subproject commit a58b548331c103bca50b33898b07e13f5745b1c4
|
Loading…
Reference in a new issue