Merge "Update to use the correct logging library."
This commit is contained in:
commit
48f6298fa3
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue