Merge "Allow SLOG* to vendors"

am: 6afbd476ab

Change-Id: I56d66068757cd962c237a8292aa481d96b417f17
This commit is contained in:
Jiyong Park 2017-06-29 03:58:59 +00:00 committed by android-build-merger
commit eacf704a6c
3 changed files with 2 additions and 7 deletions

View file

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

View file

@ -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>
/*

View file

@ -0,0 +1 @@
../../include/log/log_system.h