diff options
author | Tao Bao <tbao@google.com> | 2016-02-23 05:50:47 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-02-23 05:50:47 +0100 |
commit | ed796b046daf574b1f4f9ef386a870c845457277 (patch) | |
tree | 3ada024b937fa1de626ccec8591299ef0c337c38 /applypatch/applypatch.cpp | |
parent | Merge "recovery: check battery level before installing package." (diff) | |
parent | Control fault injection with config files instead of build flags (diff) | |
download | android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.gz android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.bz2 android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.lz android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.xz android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.zst android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.zip |
Diffstat (limited to 'applypatch/applypatch.cpp')
-rw-r--r-- | applypatch/applypatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.cpp b/applypatch/applypatch.cpp index f66dbe3bf..644515997 100644 --- a/applypatch/applypatch.cpp +++ b/applypatch/applypatch.cpp @@ -34,8 +34,8 @@ #include "applypatch.h" #include "mtdutils/mtdutils.h" #include "edify/expr.h" +#include "ota_io.h" #include "print_sha1.h" -#include "otafault/ota_io.h" static int LoadPartitionContents(const char* filename, FileContents* file); static ssize_t FileSink(const unsigned char* data, ssize_t len, void* token); |