Include what you use
This doesn't need utils/Log.h, only log/log.h (and liblog) Bug: 33241851 Test: m -j libpower Merged-In: I21b08203fad51902d4a0f6172b4321b8b701ec47 Change-Id: I21b08203fad51902d4a0f6172b4321b8b701ec47
This commit is contained in:
parent
c99381fff4
commit
24230cd423
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ cc_library {
|
|||
|
||||
srcs: ["power/power.c"],
|
||||
export_include_dirs: ["include"],
|
||||
shared_libs: ["libcutils"],
|
||||
shared_libs: ["libcutils", "liblog"],
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <pthread.h>
|
||||
|
||||
#define LOG_TAG "power"
|
||||
#include <utils/Log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
enum {
|
||||
ACQUIRE_PARTIAL_WAKE_LOCK = 0,
|
||||
|
|
Loading…
Reference in a new issue