summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-23 05:50:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-23 05:50:47 +0100
commited796b046daf574b1f4f9ef386a870c845457277 (patch)
tree3ada024b937fa1de626ccec8591299ef0c337c38 /applypatch
parentMerge "recovery: check battery level before installing package." (diff)
parentControl fault injection with config files instead of build flags (diff)
downloadandroid_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')
-rw-r--r--applypatch/applypatch.cpp2
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);