mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-02 02:16:24 +00:00
fix android build scripts
This commit is contained in:
parent
dafc0c1f0c
commit
5d79ed6fc0
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ LOCAL_SRC_FILES := \
|
|||
linphonecall.c \
|
||||
conference.c \
|
||||
ec-calibrator.c \
|
||||
linphone_tunnel_config.c
|
||||
linphone_tunnel_config.c \
|
||||
message_storage.c
|
||||
|
||||
ifndef LINPHONE_VERSION
|
||||
LINPHONE_VERSION = "Devel"
|
||||
|
|
@ -64,6 +65,7 @@ LOCAL_CFLAGS += \
|
|||
-DHAVE_CONFIG_H \
|
||||
-DLINPHONE_VERSION=\"$(LINPHONE_VERSION)\" \
|
||||
-DLINPHONE_PLUGINS_DIR=\"\\tmp\" \
|
||||
-DUSE_BELLESIP
|
||||
|
||||
LOCAL_CFLAGS += -DIN_LINPHONE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue