mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
link to libxml2 statically (shared version not working with android-ndk-r8e)
This commit is contained in:
parent
adb9fa635e
commit
cf2c2337e3
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
|
|||
$(LOCAL_PATH)/../../externals/build/libxml2 \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES = \
|
||||
libxml2
|
||||
# liblinphonenoneon \
|
||||
# liblinphone \
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
|
|||
$(LOCAL_PATH)/../../externals/build/libxml2 \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES = \
|
||||
libxml2
|
||||
# liblinphonenoneon \
|
||||
# liblinphone \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue