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/button.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gui/button.cpp') diff --git a/gui/button.cpp b/gui/button.cpp index 5ba8182a1..af7d07b8f 100644 --- a/gui/button.cpp +++ b/gui/button.cpp @@ -34,9 +34,8 @@ #include extern "C" { -#include "../common.h" +#include "../twcommon.h" #include "../minuitwrp/minui.h" -#include "../recovery_ui.h" } #include "rapidxml.hpp" @@ -87,7 +86,7 @@ GUIButton::GUIButton(xml_node<>* node) } } if (!hasFill && mButtonImg == NULL) { - LOGE("No image resource or fill specified for button.\n"); + LOGERR("No image resource or fill specified for button.\n"); } // The icon is a special case -- cgit v1.2.3