link to libxml2 statically (shared version not working with android-ndk-r8e)

This commit is contained in:
Simon Morlat 2013-04-24 11:57:52 +02:00
parent adb9fa635e
commit cf2c2337e3
3 changed files with 3 additions and 3 deletions

View 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)

View file

@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
$(LOCAL_PATH)/../../externals/build/libxml2 \
LOCAL_SHARED_LIBRARIES = \
libxml2
# liblinphonenoneon \
# liblinphone \

View file

@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
$(LOCAL_PATH)/../../externals/build/libxml2 \
LOCAL_SHARED_LIBRARIES = \
libxml2
# liblinphonenoneon \
# liblinphone \