fix liblinphone_tester build
This commit is contained in:
parent
55311ac4c6
commit
099a15ed79
5 changed files with 6 additions and 4 deletions
|
@ -65,6 +65,8 @@ include $(linphone-root-dir)/submodules/externals/build/polarssl/Android.mk
|
|||
include $(linphone-root-dir)/submodules/bctoolbox/build/android/Android-polarssl.mk
|
||||
endif
|
||||
|
||||
include $(linphone-root-dir)/submodules/bctoolbox/build/android/Android-tester.mk
|
||||
|
||||
ifeq ($(BUILD_MEDIASTREAMER2_SDK), 0)
|
||||
include $(linphone-root-dir)/submodules/externals/build/antlr3/Android.mk
|
||||
include $(linphone-root-dir)/submodules/belle-sip/build/android/Android.mk
|
||||
|
|
|
@ -55,7 +55,7 @@ ifeq ($(BUILD_UPNP),1)
|
|||
APP_MODULES += libupnp
|
||||
endif
|
||||
|
||||
APP_MODULES +=bctoolbox
|
||||
APP_MODULES +=bctoolbox bctoolbox_tester
|
||||
ifeq ($(BUILD_TLS),1)
|
||||
ifeq ($(BUILD_BCTOOLBOX_MBEDTLS),1)
|
||||
APP_MODULES +=mbedtls
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ce02a6b350a59207742499fcf57da13ac70024dd
|
||||
Subproject commit 790c34694d6dce8529008575b1da44b5eeffa122
|
|
@ -1 +1 @@
|
|||
Subproject commit 54dbbd6f6c52ec371359b45fd5b8b88a6a3b4763
|
||||
Subproject commit 70a0e732a40ed0c1cb5f164ad8bc2e5c963a3cac
|
|
@ -1 +1 @@
|
|||
Subproject commit 1811b9d01ae341f3bec31b1fce115c0e0dd52869
|
||||
Subproject commit a0a8120635233181206d4f4de8dc4611cda393ae
|
Loading…
Reference in a new issue