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 --- libcrecovery/defines.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libcrecovery/defines.h (limited to 'libcrecovery/defines.h') diff --git a/libcrecovery/defines.h b/libcrecovery/defines.h new file mode 100644 index 000000000..d94ad2d65 --- /dev/null +++ b/libcrecovery/defines.h @@ -0,0 +1,2 @@ +#undef _PATH_BSHELL +#define _PATH_BSHELL "/sbin/sh" -- cgit v1.2.3