Merge "Allow SLOG* to vendors" am: 6afbd476ab

am: eacf704a6c

Change-Id: I234763f63446115ce8726c1c0a0c931b25bcee0b
This commit is contained in:
Jiyong Park 2017-06-29 04:03:29 +00:00 committed by android-build-merger
commit 708f8295e0
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