aboutsummaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-23 23:23:33 -0700
committerTao Bao <tbao@google.com>2015-07-13 17:21:31 -0700
commitba9a42aa7e10686de186636fe9fecbf8c4cc7c19 (patch)
tree47a62ed3cf643578280ddb1982599ed8345dd071 /roots.cpp
parent65c230f4b3c9fd6b42f6502b96e5b47c7b1c2f61 (diff)
downloadandroid_bootable_recovery-ba9a42aa7e10686de186636fe9fecbf8c4cc7c19.tar.gz
android_bootable_recovery-ba9a42aa7e10686de186636fe9fecbf8c4cc7c19.tar.bz2
android_bootable_recovery-ba9a42aa7e10686de186636fe9fecbf8c4cc7c19.zip
recovery: Switch applypatch/ and updater/ to cpp.
Mostly trivial changes to make cpp compiler happy. Change-Id: I69bd1d96fcccf506007f6144faf37e11cfba1270
Diffstat (limited to 'roots.cpp')
-rw-r--r--roots.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/roots.cpp b/roots.cpp
index 2bd457ef..9288177e 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -30,10 +30,8 @@
#include "roots.h"
#include "common.h"
#include "make_ext4fs.h"
-extern "C" {
#include "wipe.h"
#include "cryptfs.h"
-}
static struct fstab *fstab = NULL;