Depend on openssl submodule. c++ stl.
This commit is contained in:
parent
d44d7e119c
commit
03b5ac50af
4 changed files with 9 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -28,3 +28,6 @@
|
|||
[submodule "submodules/msx264"]
|
||||
path = submodules/msx264
|
||||
url = git://git.linphone.org/msx264.git
|
||||
[submodule "submodules/externals/openssl"]
|
||||
path = submodules/externals/openssl
|
||||
url = git://android.git.kernel.org/platform/external/openssl.git
|
||||
|
|
2
jni/Android.mk
Normal file → Executable file
2
jni/Android.mk
Normal file → Executable file
|
@ -12,6 +12,8 @@ include $(root-dir)/submodules/externals/build/exosip/Android.mk
|
|||
|
||||
include $(root-dir)/submodules/externals/build/osip/Android.mk
|
||||
|
||||
include $(root-dir)/submodules/externals/openssl/Android.mk
|
||||
|
||||
include $(root-dir)/submodules/linphone/oRTP/build/android/Android.mk
|
||||
|
||||
include $(root-dir)/submodules/linphone/mediastreamer2/build/android/Android.mk
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
APP_PROJECT_PATH := $(call my-dir)/../
|
||||
APP_MODULES :=libspeex libgsm libortp libosip2 libeXosip2 libmediastreamer2 liblinphone
|
||||
APP_MODULES :=libspeex libgsm libortp libosip2 libeXosip2 libmediastreamer2 liblinphone libcrypto
|
||||
APP_STL := stlport_static
|
||||
|
||||
|
||||
ifeq ($(RING),yes)
|
||||
APP_MODULES += libring
|
||||
|
|
1
submodules/externals/openssl
vendored
Submodule
1
submodules/externals/openssl
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bbb2e706f6d9aeb29f7119ca3edd87e9a578222a
|
Loading…
Reference in a new issue