Merge "Update to use the correct logging library." am: 48f6298fa3

am: 82c7db6e9f

Change-Id: I3a93b0eeba305c55d3304c9ae6fbdc3952b85aeb
This commit is contained in:
Yifan Hong
2016-12-02 07:59:02 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#define LOG_TAG "android.hardware.boot@1.0-impl"
#include <utils/Log.h>
#include <android/log.h>
#include <hardware/hardware.h>
#include <hardware/boot_control.h>

View File

@@ -1,5 +1,5 @@
#define LOG_TAG "android.hardware.nfc@1.0-impl"
#include <utils/Log.h>
#include <android/log.h>
#include <hardware/hardware.h>
#include <hardware/nfc.h>