mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 12:29:27 +00:00
update android liblinphone_tester to use bctoolbox tester
This commit is contained in:
parent
a2ded09c90
commit
a0a8120635
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
LOCAL_PATH := $(call my-dir)/../../tester
|
||||
|
||||
common_SRC_FILES := \
|
||||
common/bc_tester_utils.c \
|
||||
accountmanager.c \
|
||||
call_tester.c \
|
||||
dtmf_tester.c \
|
||||
|
|
@ -32,8 +31,7 @@ common_C_INCLUDES += \
|
|||
$(LOCAL_PATH)/../include \
|
||||
$(LOCAL_PATH)/../coreapi \
|
||||
$(LOCAL_PATH)/../oRTP/include \
|
||||
$(LOCAL_PATH)/../mediastreamer2/include \
|
||||
$(LOCAL_PATH)/common
|
||||
$(LOCAL_PATH)/../mediastreamer2/include
|
||||
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
@ -49,6 +47,8 @@ ifeq ($(BUILD_MATROSKA), 1)
|
|||
LOCAL_CFLAGS += -DHAVE_MATROSKA -DHAVE_ZLIB
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := bctoolbox_tester
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := cunit liblinphone
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue