From 51a0e82eb29a6dfc79f93479883383fbdbf8bcc2 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 15:24:24 -0400 Subject: 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 --- roots.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roots.cpp') diff --git a/roots.cpp b/roots.cpp index ca37cf149..3bd680157 100644 --- a/roots.cpp +++ b/roots.cpp @@ -22,8 +22,10 @@ #include #include +extern "C" { #include "mtdutils/mtdutils.h" #include "mtdutils/mounts.h" +} #include "roots.h" #include "common.h" #include "make_ext4fs.h" -- cgit v1.2.3