Don't include xml2lpc and lpc2xml in android.mk

This commit is contained in:
Yann Diorcet 2013-04-05 12:45:00 +02:00
parent 622c8f30d2
commit d630e0a99d
4 changed files with 2 additions and 9 deletions

View file

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

View file

@ -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

View file

@ -40,6 +40,7 @@ LOCAL_C_INCLUDES = \
LOCAL_SHARED_LIBRARIES = \
libxml2 \
liblinphonenoneon \
liblinphone \
LOCAL_MODULE := liblpc2xml

View file

@ -40,6 +40,7 @@ LOCAL_C_INCLUDES = \
LOCAL_SHARED_LIBRARIES = \
libxml2 \
liblinphonenoneon \
liblinphone \
LOCAL_MODULE := libxml2lpc