Always build remote_provisioning.c for Android

This commit is contained in:
Sylvain Berfini 2014-02-27 10:50:13 +01:00
parent c0bd6fb61e
commit 3cd4eb5e75

View file

@ -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