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
@@ -18,9 +18,8 @@
|
||||
#include <string>
|
||||
|
||||
extern "C" {
|
||||
#include "../common.h"
|
||||
#include "../twcommon.h"
|
||||
#include "../minuitwrp/minui.h"
|
||||
#include "../recovery_ui.h"
|
||||
}
|
||||
|
||||
#include "rapidxml.hpp"
|
||||
@@ -39,7 +38,7 @@ GUIProgressBar::GUIProgressBar(xml_node<>* node)
|
||||
|
||||
if (!node)
|
||||
{
|
||||
LOGE("GUIProgressBar created without XML node\n");
|
||||
LOGERR("GUIProgressBar created without XML node\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user