mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-17 19:36:22 +00:00
Android: add missed files and -DHAVE_DECL_VA_COPY
This commit is contained in:
@@ -23,7 +23,7 @@ include $(BUILD_EXECUTABLE)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libstrophe
|
||||
LOCAL_CFLAGS :=
|
||||
LOCAL_CFLAGS := -DHAVE_DECL_VA_COPY
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/.. \
|
||||
$(LOCAL_PATH)/../src \
|
||||
@@ -45,6 +45,8 @@ LOCAL_SRC_FILES := \
|
||||
../src/sasl.c \
|
||||
../src/scram.c \
|
||||
../src/sha1.c \
|
||||
../src/sha256.c \
|
||||
../src/sha512.c \
|
||||
../src/snprintf.c \
|
||||
../src/sock.c \
|
||||
../src/stanza.c \
|
||||
|
||||
Reference in New Issue
Block a user