From 9242d38292ae685220496e90d7012e7235e81d01 Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Fri, 25 Apr 2014 21:26:34 +0200 Subject: [PATCH] add lime to the android makefile --- build/android/Android.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/android/Android.mk b/build/android/Android.mk index 18fbbdbfd..d0cae18fe 100755 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -64,7 +64,8 @@ LOCAL_SRC_FILES := \ xml.c \ xml2lpc.c \ lpc2xml.c \ - remote_provisioning.c + remote_provisioning.c \ + lime.c ifndef LINPHONE_VERSION LINPHONE_VERSION = "Devel" @@ -109,7 +110,8 @@ LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/../../belle-sip/include \ $(LOCAL_PATH)/../../../gen \ $(LOCAL_PATH)/../../externals/libxml2/include \ - $(LOCAL_PATH)/../../externals/build/libxml2 + $(LOCAL_PATH)/../../externals/build/libxml2 \ + $(LOCAL_PATH)/../../externals/polarssl/include LOCAL_LDLIBS += -llog -ldl