commit | a4842ace3979643da9d4edd17b32877f6db78f7e | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 10:16:48 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 15:02:14 2017 -0800 |
tree | ae71a9268e9c68b6ba50ba231535e40c0a46a3d9 | |
parent | 04e53a1ca271f2181f71347eed2c2aa74c3e9c1c [diff] [blame] |
liblog: use log/log.h when utilizing ALOG macros Test: compile Bug: 30465923 Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
diff --git a/boot/1.0/default/BootControl.cpp b/boot/1.0/default/BootControl.cpp index 87f36ed..5f4592f 100644 --- a/boot/1.0/default/BootControl.cpp +++ b/boot/1.0/default/BootControl.cpp
@@ -1,5 +1,6 @@ #define LOG_TAG "android.hardware.boot@1.0-impl" -#include <android/log.h> + +#include <log/log.h> #include <hardware/hardware.h> #include <hardware/boot_control.h>