Merge "Allow SLOG* to vendors"
This commit is contained in:
commit
6afbd476ab
|
@ -28,13 +28,6 @@
|
|||
|
||||
#define UNUSED __attribute__((__unused__))
|
||||
|
||||
#ifndef SLOGE
|
||||
#define SLOGE ALOGE
|
||||
#endif
|
||||
#ifndef SLOGW
|
||||
#define SLOGW ALOGW
|
||||
#endif
|
||||
|
||||
/* Re-map SP_DEFAULT to the system default policy, and leave other values unchanged.
|
||||
* Call this any place a SchedPolicy is used as an input parameter.
|
||||
* Returns the possibly re-mapped policy.
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <log/log_radio.h>
|
||||
#include <log/log_read.h>
|
||||
#include <log/log_safetynet.h>
|
||||
#include <log/log_system.h>
|
||||
#include <log/log_time.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../include/log/log_system.h
|
Loading…
Reference in New Issue