From 3cd4eb5e75c6f9606ead1a38e4708b8031c44191 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 27 Feb 2014 10:50:13 +0100 Subject: [PATCH] Always build remote_provisioning.c for Android --- build/android/Android.mk | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/build/android/Android.mk b/build/android/Android.mk index bd59cb4e3..47098be79 100755 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -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