Allow SLOG* to vendors
Not only vendor libs, but also Android libs that are marked as vendor_available are using SLOG*. Since both pure vendor libs and Android libs available to vendors are using the same liblog headers for VNDK, SLOG* needs to be visible via the headers. Bug: 63088165 Test: BOARD_VNDK_VERSION=current m -j ATFWD-daemon (or any other vendor modules using SLOG*) Change-Id: Idfb74887a42d2418d3896bfdf5be3b4fc8e4c27f
This commit is contained in:
parent
c70bf5836c
commit
9ffeab85bf
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