summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-17 23:29:23 +0100
committerTao Bao <tbao@google.com>2016-03-17 23:29:23 +0100
commitce5868862a04a348967fb5bdad291b2b27b6e506 (patch)
tree301405afcb2c8947072b69d741ad39ac4a652da0 /applypatch
parentDO NOT MERGE Control fault injection with config files instead of build flags (diff)
downloadandroid_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar.gz
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar.bz2
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar.lz
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar.xz
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.tar.zst
android_bootable_recovery-ce5868862a04a348967fb5bdad291b2b27b6e506.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 7985fc0c6..9d8a21797 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);