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
@@ -20,9 +20,8 @@
|
||||
#include <string>
|
||||
|
||||
extern "C" {
|
||||
#include "../common.h"
|
||||
#include "../twcommon.h"
|
||||
#include "../minuitwrp/minui.h"
|
||||
#include "../recovery_ui.h"
|
||||
}
|
||||
|
||||
#include "rapidxml.hpp"
|
||||
@@ -300,7 +299,7 @@ int GUIInput::HandleTextLocation(int x)
|
||||
}
|
||||
}
|
||||
} else
|
||||
LOGI("GUIInput::HandleTextLocation -> We really shouldn't ever get here...\n");
|
||||
LOGINFO("GUIInput::HandleTextLocation -> We really shouldn't ever get here...\n");
|
||||
} else if (x > lastX) {
|
||||
// Dragging to right, scrolling left
|
||||
while (-1) {
|
||||
|
||||
Reference in New Issue
Block a user