]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/jorte/4all.h
Revert "JORTE: update license headers and clean-up includes"
[orte.git] / orte / include / jorte / 4all.h
index 8dfcd8169afec69744f57463416505a84ee110c3..e6360536bca008113e6f13b23e2948a495d62131 100644 (file)
@@ -9,5 +9,15 @@ typedef struct
 } JORTECallbackContext_t;
 */
 // pro test purposes only
-#define TEST_STAGE
+#ifndef Included4all
+#define Included4all
 
+//#define TEST_STAGE
+
+#ifdef __ANDROID__
+
+#include <android/log.h>
+#define printf(...)            __android_log_print(ANDROID_LOG_INFO, "ORTE", __VA_ARGS__)
+
+#endif
+#endif