Move all AOSP code out of recovery binary
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
This commit is contained in:
+2
-3
@@ -34,9 +34,8 @@
|
||||
#include <string>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user