statically link remote provisionning stuf to liblinphone

This commit is contained in:
Jehan Monnier 2013-04-10 17:28:34 +02:00
parent f15342e160
commit 7d66323fff
4 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ endif
#libxml2 + xml2lpc + lpc2xml
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
include $(linphone-root-dir)/submodules/externals/build/libxml2/Android.mk
include $(linphone-root-dir)/submodules/linphone/build/android/xml2lpc.mk
#include $(linphone-root-dir)/submodules/linphone/build/android/xml2lpc.mk
include $(linphone-root-dir)/submodules/linphone/build/android/lpc2xml.mk
endif

View file

@ -13,7 +13,7 @@ endif
#remote provisioning
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
APP_MODULES += libxml2 libxml2lpc liblpc2xml
APP_MODULES += libxml2
endif
#default values

View file

@ -65,5 +65,5 @@ LOCAL_SHARED_LIBRARIES += $(common_SHARED_LIBRARIES)
LOCAL_MODULE:= libxml2
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)

@ -1 +1 @@
Subproject commit 2f3f4059060f04ae2ca3b59551668b6c2dc0f32d
Subproject commit b90e57d4c84517eebbcf077b79fc70415aa5c684