Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit c5ccd63

Browse files
committed
Update Android build for libmesode
1 parent 9015df8 commit c5ccd63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build-android.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXPAT_PATH="$DIR/expat"
55
EXPAT_FILE='lib/expat.h'
66

77
echo
8-
echo Attention: libstrophe will be built without TLS support. To enable TLS
8+
echo Attention: libmesode will be built without TLS support. To enable TLS
99
echo you need to replace \'src/tls_dummy.c\' with \'src/tls_opnessl.c\' in
1010
echo \'jni/Android.mk\', add path to the openssl headers and link your program
1111
echo with libssl and libcrypto.
@@ -35,5 +35,5 @@ echo
3535
echo "basic example:"
3636
ls -l "$DIR"/libs/*/basic
3737
echo
38-
echo "libstrophe.a:"
39-
ls -l "$DIR"/obj/local/*/libstrophe.a
38+
echo "libmesode.a:"
39+
ls -l "$DIR"/obj/local/*/libmesode.a

jni/Android.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LOCAL_C_INCLUDES := \
1313
LOCAL_SRC_FILES := \
1414
../examples/basic.c
1515

16-
LOCAL_STATIC_LIBRARIES := libstrophe libexpat
16+
LOCAL_STATIC_LIBRARIES := libmesode libexpat
1717

1818
include $(BUILD_EXECUTABLE)
1919

@@ -22,7 +22,7 @@ include $(BUILD_EXECUTABLE)
2222
#
2323

2424
include $(CLEAR_VARS)
25-
LOCAL_MODULE := libstrophe
25+
LOCAL_MODULE := libmesode
2626
LOCAL_CFLAGS :=
2727
LOCAL_C_INCLUDES := \
2828
$(LOCAL_PATH)/.. \
@@ -52,7 +52,7 @@ LOCAL_SRC_FILES := \
5252
../src/util.c \
5353
../src/uuid.c
5454

55-
LOCAL_STATIC_LIBRARIES := libstrophe
55+
LOCAL_STATIC_LIBRARIES := libmesode
5656

5757
include $(BUILD_STATIC_LIBRARY)
5858

0 commit comments

Comments
 (0)