]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libaorte/jni/Android.mk
Merge branch 'master' of https://github.com/Vajnar/orte
[orte.git] / orte / libaorte / jni / Android.mk
index 997f16c3cc0083cf01cfcdcd18df6b524216f6df..228a2cfe2837788ea5c709b6f85b2ef9d415eb8b 100644 (file)
@@ -3,7 +3,6 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE    := orte
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
-LOCAL_LDLIBS := -llog
 LOCAL_CFLAGS += -Wall
 LOCAL_SRC_FILES := \
 liborte/conv.c \
@@ -67,7 +66,6 @@ libjorte/setTopic.c \
 libjorte/createAppInfo.c \
 libjorte/createPubInfo.c \
 libjorte/createSubInfo.c \
-libjorte/setRecvInfo.c \
 libjorte/JGetORTEConstant.c \
 libjorte/JIPAddressToString.c \
 libjorte/JNtpTimeToStringMs.c \
@@ -91,6 +89,7 @@ libjorte/JORTEPublicationPropertiesSet.c \
 libjorte/JORTEPublicationPropertiesGet.c \
 libjorte/JORTEPublicationGetStatus.c \
 libjorte/JORTEPublicationWaitForSubscriptions.c \
+libjorte/JORTERecvInfoHelpers.c \
 libjorte/JORTESleepMs.c \
 libjorte/JORTESubscriptionCreate.c \
 libjorte/JORTESubscriptionDestroy.c \
@@ -107,4 +106,5 @@ libjorte/JStringToIPAddress.c
 
 LOCAL_STATIC_LIBRARIES := orte
 
-include $(BUILD_SHARED_LIBRARY)
\ No newline at end of file
+include $(BUILD_SHARED_LIBRARY)
+