summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong2016-12-01 17:58:37 -0600
committerYifan Hong2016-12-01 17:58:37 -0600
commit65cbd60e1f00440b0cc5782f43c5791b06f449a4 (patch)
tree5dfef398d27c021fd0a3a388cbf436ad5c1f3242 /boot/1.0/default
parent832f1a797890ff2923b7ed47a2c010aa20a24423 (diff)
downloadplatform-hardware-interfaces-65cbd60e1f00440b0cc5782f43c5791b06f449a4.tar.gz
platform-hardware-interfaces-65cbd60e1f00440b0cc5782f43c5791b06f449a4.tar.xz
platform-hardware-interfaces-65cbd60e1f00440b0cc5782f43c5791b06f449a4.zip
Update to use the correct logging library.
Test: compiles Change-Id: Ia5030c4d7ef95c5878c6b320d5bc30041023728f
Diffstat (limited to 'boot/1.0/default')
-rw-r--r--boot/1.0/default/BootControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/1.0/default/BootControl.cpp b/boot/1.0/default/BootControl.cpp
index 4c341686..87f36eda 100644
--- a/boot/1.0/default/BootControl.cpp
+++ b/boot/1.0/default/BootControl.cpp
@@ -1,5 +1,5 @@
1#define LOG_TAG "android.hardware.boot@1.0-impl" 1#define LOG_TAG "android.hardware.boot@1.0-impl"
2#include <utils/Log.h> 2#include <android/log.h>
3 3
4#include <hardware/hardware.h> 4#include <hardware/hardware.h>
5#include <hardware/boot_control.h> 5#include <hardware/boot_control.h>