Skip to content

Commit 7eab7c3

Browse files
committed
Android: add missed files and -DHAVE_DECL_VA_COPY
1 parent 4d93b6c commit 7eab7c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

jni/Android.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include $(BUILD_EXECUTABLE)
2323

2424
include $(CLEAR_VARS)
2525
LOCAL_MODULE := libstrophe
26-
LOCAL_CFLAGS :=
26+
LOCAL_CFLAGS := -DHAVE_DECL_VA_COPY
2727
LOCAL_C_INCLUDES := \
2828
$(LOCAL_PATH)/.. \
2929
$(LOCAL_PATH)/../src \
@@ -45,6 +45,8 @@ LOCAL_SRC_FILES := \
4545
../src/sasl.c \
4646
../src/scram.c \
4747
../src/sha1.c \
48+
../src/sha256.c \
49+
../src/sha512.c \
4850
../src/snprintf.c \
4951
../src/sock.c \
5052
../src/stanza.c \

0 commit comments

Comments
 (0)