diff options
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 56d7b33122..54c1928bfb 100644 --- a/boot/1.0/default/BootControl.cpp +++ b/boot/1.0/default/BootControl.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #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> |