forked from mirrors/linphone-iphone
Fix android build
This commit is contained in:
parent
b43e8a71a2
commit
bfb6bd76d4
1 changed files with 2 additions and 2 deletions
|
|
@ -206,9 +206,9 @@ ifeq ($(BUILD_SRTP),1)
|
|||
endif
|
||||
|
||||
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
|
||||
LOCAL_SRC_FILES += ../tools/xml2lpc.c \
|
||||
LOCAL_SRC_FILES += ../coreapi/xml2lpc.c \
|
||||
../tools/xml2lpc_jni.cc \
|
||||
../tools/lpc2xml.c \
|
||||
../coreapi/lpc2xml.c \
|
||||
../tools/lpc2xml_jni.cc
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue