From 65cbd60e1f00440b0cc5782f43c5791b06f449a4 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 1 Dec 2016 15:58:37 -0800 Subject: [PATCH] Update to use the correct logging library. Test: compiles Change-Id: Ia5030c4d7ef95c5878c6b320d5bc30041023728f --- boot/1.0/default/BootControl.cpp | 2 +- nfc/1.0/default/Nfc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/1.0/default/BootControl.cpp b/boot/1.0/default/BootControl.cpp index 4c34168696..87f36edae2 100644 --- a/boot/1.0/default/BootControl.cpp +++ b/boot/1.0/default/BootControl.cpp @@ -1,5 +1,5 @@ #define LOG_TAG "android.hardware.boot@1.0-impl" -#include +#include #include #include diff --git a/nfc/1.0/default/Nfc.cpp b/nfc/1.0/default/Nfc.cpp index bee374d587..44c8e42332 100644 --- a/nfc/1.0/default/Nfc.cpp +++ b/nfc/1.0/default/Nfc.cpp @@ -1,5 +1,5 @@ #define LOG_TAG "android.hardware.nfc@1.0-impl" -#include +#include #include #include