]> sjero.net Git - linphone/blobdiff - build/android/lpc2xml.mk
Use static lib for xml2lpc and lpc2xml
[linphone] / build / android / lpc2xml.mk
index b5757ad99ed45bb1a5997f0ce710561a5594911c..91038adce91de71e52669c29d7b1ea36c695c45b 100644 (file)
@@ -39,10 +39,10 @@ LOCAL_C_INCLUDES = \
        $(LOCAL_PATH)/../../externals/build/libxml2 \
 
 LOCAL_SHARED_LIBRARIES = \
-       libxml2 \
-       liblinphonenoneon \
-       liblinphone \
+       libxml2
+#      liblinphonenoneon \
+#      liblinphone \
 
 LOCAL_MODULE := liblpc2xml
 
-include $(BUILD_SHARED_LIBRARY)
+include $(BUILD_STATIC_LIBRARY)