Merge "Include what you use"

am: 5a975c703f

Change-Id: Id47fd6a265eedb3b7b07e5311b08a5c184924bb9
This commit is contained in:
Dan Willemsen 2017-04-12 22:11:32 +00:00 committed by android-build-merger
commit 257a4dde1d
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ cc_library {
srcs: ["power/power.c"],
export_include_dirs: ["include"],
shared_libs: ["libcutils"],
shared_libs: ["libcutils", "liblog"],
}

View file

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