X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/4d5ff5f99c785686d214d4a4b1a80a654dbfdc1d..123c8c321489e0d0528603d397ca552641dec89b:/orte/libaorte/jni/Android.mk diff --git a/orte/libaorte/jni/Android.mk b/orte/libaorte/jni/Android.mk index 6299530..228a2cf 100644 --- a/orte/libaorte/jni/Android.mk +++ b/orte/libaorte/jni/Android.mk @@ -66,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 \ @@ -90,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 \ @@ -106,4 +106,5 @@ libjorte/JStringToIPAddress.c LOCAL_STATIC_LIBRARIES := orte -include $(BUILD_SHARED_LIBRARY) \ No newline at end of file +include $(BUILD_SHARED_LIBRARY) +