Browse Source

parser-inc: Add stub for <android/log.h>

rdb 4 years ago
parent
commit
8b49b0f2b2
1 changed files with 10 additions and 0 deletions
  1. 10 0
      dtool/src/parser-inc/android/log.h

+ 10 - 0
dtool/src/parser-inc/android/log.h

@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stdarg.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <sys/cdefs.h>
+
+typedef enum android_LogPriority android_LogPriority;
+typedef enum log_id log_id_t;
+struct __android_log_message;