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 --- bootloader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootloader.cpp') diff --git a/bootloader.cpp b/bootloader.cpp index baaddc55f..6f4f83abf 100644 --- a/bootloader.cpp +++ b/bootloader.cpp @@ -16,7 +16,9 @@ #include "bootloader.h" #include "common.h" +extern "C" { #include "mtdutils/mtdutils.h" +} #include "roots.h" #include -- cgit v1.2.3