We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d93b6c commit 7eab7c3Copy full SHA for 7eab7c3
1 file changed
jni/Android.mk
@@ -23,7 +23,7 @@ include $(BUILD_EXECUTABLE)
23
24
include $(CLEAR_VARS)
25
LOCAL_MODULE := libstrophe
26
-LOCAL_CFLAGS :=
+LOCAL_CFLAGS := -DHAVE_DECL_VA_COPY
27
LOCAL_C_INCLUDES := \
28
$(LOCAL_PATH)/.. \
29
$(LOCAL_PATH)/../src \
@@ -45,6 +45,8 @@ LOCAL_SRC_FILES := \
45
../src/sasl.c \
46
../src/scram.c \
47
../src/sha1.c \
48
+ ../src/sha256.c \
49
+ ../src/sha512.c \
50
../src/snprintf.c \
51
../src/sock.c \
52
../src/stanza.c \
0 commit comments