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