diff options
author | Tao Bao <tbao@google.com> | 2015-06-23 23:23:33 -0700 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2015-07-13 17:21:31 -0700 |
commit | ba9a42aa7e10686de186636fe9fecbf8c4cc7c19 (patch) | |
tree | 47a62ed3cf643578280ddb1982599ed8345dd071 /roots.cpp | |
parent | 65c230f4b3c9fd6b42f6502b96e5b47c7b1c2f61 (diff) | |
download | android_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.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |