mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
Always build remote_provisioning.c for Android
This commit is contained in:
parent
c0bd6fb61e
commit
3cd4eb5e75
1 changed files with 4 additions and 9 deletions
|
|
@ -61,7 +61,10 @@ LOCAL_SRC_FILES := \
|
|||
message_storage.c \
|
||||
info.c \
|
||||
event.c \
|
||||
xml.c
|
||||
xml.c \
|
||||
xml2lpc.c \
|
||||
lpc2xml.c \
|
||||
remote_provisioning.c
|
||||
|
||||
ifndef LINPHONE_VERSION
|
||||
LINPHONE_VERSION = "Devel"
|
||||
|
|
@ -205,14 +208,6 @@ ifeq ($(BUILD_SRTP),1)
|
|||
LOCAL_SHARED_LIBRARIES += libsrtp
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
|
||||
LOCAL_SRC_FILES += ../coreapi/xml2lpc.c \
|
||||
../tools/xml2lpc_jni.cc \
|
||||
../coreapi/lpc2xml.c \
|
||||
../tools/lpc2xml_jni.cc \
|
||||
../coreapi/remote_provisioning.c
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_SQLITE),1)
|
||||
LOCAL_CFLAGS += -DMSG_STORAGE_ENABLED
|
||||
LOCAL_STATIC_LIBRARIES += liblinsqlite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue