From 2673cec07a4740f86438b50cfe1b70b258a9a8c8 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Apr 2013 20:22:16 +0000 Subject: Move all AOSP code out of recovery binary Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 --- gui/blanktimer.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gui/blanktimer.cpp') diff --git a/gui/blanktimer.cpp b/gui/blanktimer.cpp index 17cc0b3d1..700a9ad27 100644 --- a/gui/blanktimer.cpp +++ b/gui/blanktimer.cpp @@ -39,8 +39,7 @@ extern "C" { #include "blanktimer.hpp" #include "../data.hpp" extern "C" { -#include "../common.h" -#include "../recovery_ui.h" +#include "../twcommon.h" } #include "../twrp-functions.hpp" #include "../variables.h" @@ -140,7 +139,7 @@ void blanktimer::resetTimerAndUnblank(void) { case 3: #ifndef TW_NO_SCREEN_BLANK if (gr_fb_blank(0) < 0) { - LOGI("blanktimer::resetTimerAndUnblank failed to gr_fb_blank(0)\n"); + LOGINFO("blanktimer::resetTimerAndUnblank failed to gr_fb_blank(0)\n"); break; } #endif -- cgit v1.2.3