Merge "Allow SLOG* to vendors"
am: 6afbd476ab
Change-Id: I56d66068757cd962c237a8292aa481d96b417f17
This commit is contained in:
commit
eacf704a6c
3 changed files with 2 additions and 7 deletions
|
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
|||
1
liblog/include_vndk/log/log_system.h
Symbolic link
1
liblog/include_vndk/log/log_system.h
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../include/log/log_system.h
|
||||
Loading…
Add table
Reference in a new issue