]> sjero.net Git - linphone/blobdiff - build/android/xml2lpc.mk
link to libxml2 statically (shared version not working with android-ndk-r8e)
[linphone] / build / android / xml2lpc.mk
index 32bfb38c33947385a4307305626961d4ebd243e3..55e4a03a0f5a49afe6b32d9243554e07085e35bb 100644 (file)
@@ -39,9 +39,9 @@ LOCAL_C_INCLUDES = \
        $(LOCAL_PATH)/../../externals/build/libxml2 \
 
 LOCAL_SHARED_LIBRARIES = \
-       libxml2 \
-       liblinphone \
+#      liblinphonenoneon \
+#      liblinphone \
 
 LOCAL_MODULE := libxml2lpc
 
-include $(BUILD_SHARED_LIBRARY)
+include $(BUILD_STATIC_LIBRARY)