summaryrefslogtreecommitdiff
path: root/boot/1.0/default/BootControl.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2016-12-02 07:51:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-02 07:51:31 +0000
commit82c7db6e9f4869f22258c147edf80b29b5b026aa (patch)
tree0334664600c708e1bb2122a8d9b807c897d44a5e /boot/1.0/default/BootControl.cpp
parente78c2b96e39e6beac6fb07c4e8887cf0269222e0 (diff)
parent48f6298fa3d6cd22d549b9046acb36781ce749e4 (diff)
Merge "Update to use the correct logging library."
am: 48f6298fa3 Change-Id: I983476d9d35eb6d795cb804142532b25f3a8d9dd
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>