TWRP-ify AOSP code

Pull in most TWRP sources
Stub out partition management code
Make it compile -- probably will not boot
Kind of a mess but have to start somewhere
This commit is contained in:
Dees_Troy
2012-09-05 15:24:24 -04:00
parent 240e4a7247
commit 51a0e82eb2
757 changed files with 165707 additions and 109 deletions
+2
View File
@@ -22,8 +22,10 @@
#include <unistd.h>
#include <ctype.h>
extern "C" {
#include "mtdutils/mtdutils.h"
#include "mtdutils/mounts.h"
}
#include "roots.h"
#include "common.h"
#include "make_ext4fs.h"