]> sjero.net Git - linphone/blobdiff - build/android/common.mk
link to libxml2 statically (shared version not working with android-ndk-r8e)
[linphone] / build / android / common.mk
index 5846497355d9ffa3d5e5aa9d322588f10643f21c..d0bf70cad875cea0cdfcdaec7a38ea070f327003 100644 (file)
@@ -95,10 +95,12 @@ LOCAL_STATIC_LIBRARIES := \
        libeXosip2 \
        libosip2 \
        libgsm 
+
 ifeq ($(BUILD_REMOTE_PROVISIONING),1)
 LOCAL_STATIC_LIBRARIES += \
        libxml2lpc \
-       liblpc2xml
+       liblpc2xml \
+       liblpxml2
 endif
 
 ifeq ($(BUILD_TUNNEL),1)