mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Don't include xml2lpc and lpc2xml in android.mk
This commit is contained in:
parent
622c8f30d2
commit
d630e0a99d
4 changed files with 2 additions and 9 deletions
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
LOCAL_PATH:= $(call my-dir)/../../coreapi
|
||||
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/common.mk
|
||||
|
|
@ -43,4 +42,3 @@ include $(BUILD_SHARED_LIBRARY)
|
|||
|
||||
$(call import-module,android/cpufeatures)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,10 +39,3 @@ include $(BUILD_SHARED_LIBRARY)
|
|||
|
||||
$(call import-module,android/cpufeatures)
|
||||
|
||||
|
||||
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
|
||||
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/xml2lpc.mk
|
||||
include $(linphone-root-dir)/submodules/linphone/build/android/lpc2xml.mk
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ LOCAL_C_INCLUDES = \
|
|||
|
||||
LOCAL_SHARED_LIBRARIES = \
|
||||
libxml2 \
|
||||
liblinphonenoneon \
|
||||
liblinphone \
|
||||
|
||||
LOCAL_MODULE := liblpc2xml
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ LOCAL_C_INCLUDES = \
|
|||
|
||||
LOCAL_SHARED_LIBRARIES = \
|
||||
libxml2 \
|
||||
liblinphonenoneon \
|
||||
liblinphone \
|
||||
|
||||
LOCAL_MODULE := libxml2lpc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue