]> sjero.net Git - linphone/blobdiff - build/android/common.mk
Use static lib for xml2lpc and lpc2xml
[linphone] / build / android / common.mk
index 543a9dc19492307cfd0bf208a17b7fce44bbf853..5846497355d9ffa3d5e5aa9d322588f10643f21c 100644 (file)
@@ -95,6 +95,11 @@ LOCAL_STATIC_LIBRARIES := \
        libeXosip2 \
        libosip2 \
        libgsm 
+ifeq ($(BUILD_REMOTE_PROVISIONING),1)
+LOCAL_STATIC_LIBRARIES += \
+       libxml2lpc \
+       liblpc2xml
+endif
 
 ifeq ($(BUILD_TUNNEL),1)
 LOCAL_CFLAGS +=-DTUNNEL_ENABLED