summaryrefslogtreecommitdiff
path: root/boot/1.0/default/BootControl.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-12-01 15:58:37 -0800
committerYifan Hong <elsk@google.com>2016-12-01 15:58:37 -0800
commit65cbd60e1f00440b0cc5782f43c5791b06f449a4 (patch)
tree5dfef398d27c021fd0a3a388cbf436ad5c1f3242 /boot/1.0/default/BootControl.cpp
parent832f1a797890ff2923b7ed47a2c010aa20a24423 (diff)
Update to use the correct logging library.
Test: compiles Change-Id: Ia5030c4d7ef95c5878c6b320d5bc30041023728f
Diffstat (limited to 'boot/1.0/default/BootControl.cpp')
-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 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 <utils/Log.h>
+#include <android/log.h>
#include <hardware/hardware.h>
#include <hardware/boot_control.h>