diff options
author | Yifan Hong <elsk@google.com> | 2016-12-02 07:51:31 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-12-02 07:51:31 +0000 |
commit | 82c7db6e9f4869f22258c147edf80b29b5b026aa (patch) | |
tree | 0334664600c708e1bb2122a8d9b807c897d44a5e /boot/1.0/default/BootControl.cpp | |
parent | e78c2b96e39e6beac6fb07c4e8887cf0269222e0 (diff) | |
parent | 48f6298fa3d6cd22d549b9046acb36781ce749e4 (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.cpp | 2 |
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> |