summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/system-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/system-target.h')
-rw-r--r--firmware/target/hosted/android/system-target.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/hosted/android/system-target.h b/firmware/target/hosted/android/system-target.h
index 210d191d6c..0bd6d78fe0 100644
--- a/firmware/target/hosted/android/system-target.h
+++ b/firmware/target/hosted/android/system-target.h
@@ -28,11 +28,6 @@
28 28
29void power_off(void); 29void power_off(void);
30 30
31#include <android/log.h>
32#define LOG_TAG "Rockbox"
33#define LOG(args...) \
34 __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, ##args);
35
36#endif /* __SYSTEM_TARGET_H__ */ 31#endif /* __SYSTEM_TARGET_H__ */
37 32
38#define NEED_GENERIC_BYTESWAPS 33#define NEED_GENERIC_BYTESWAPS