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

This commit is contained in:
rdb 2021-12-09 00:02:14 +01:00
parent 429acd6e0d
commit 8b49b0f2b2

View File

@ -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;