recovery: Switch applypatch/ and updater/ to cpp.

Mostly trivial changes to make cpp compiler happy.

Change-Id: I69bd1d96fcccf506007f6144faf37e11cfba1270
This commit is contained in:
Tao Bao
2015-06-23 23:23:33 -07:00
parent 65c230f4b3
commit ba9a42aa7e
15 changed files with 304 additions and 300 deletions

View File

@@ -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;