Initial merge-commit of the OIC code. Should successfully do discovery for single...
[platform/upstream/iotivity.git] / csdk / stack / test / android / README
1 stacktests.cpp contain several stack tests that can be used in an Android JNI app.
2
3 Note:  to enable the logger for Android, TB_LOG should be defined in the ./jni/Android.mk file as
4 LOCAL_CFLAGS    := -DTB_LOG
5
6 Note: add the following to the ./jni/Android.mk file
7 LOCAL_SRC_FILES += logger.c
8 LOCAL_SRC_FILES += loggertests.cpp
9 LOCAL_SRC_FILES += ocstack.c
10 LOCAL_SRC_FILES += occoap.c
11 LOCAL_SRC_FILES += stacktests.cpp
12
13