summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2016-03-21 22:37:33 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-21 22:37:33 +0100
commit6f7876816b2322169432658235ebf7882ced0564 (patch)
tree596945143de9306b9e53163aef466cc8b5f429e5 /applypatch
parentMerge "Fix: full ota package larger than 2GB fails to upgrade" (diff)
parentControl fault injection with config files instead of build flags (diff)
downloadandroid_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar.gz
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar.bz2
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar.lz
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar.xz
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.tar.zst
android_bootable_recovery-6f7876816b2322169432658235ebf7882ced0564.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 9fbfc99f4..c8594c283 100644
--- a/applypatch/applypatch.cpp
+++ b/applypatch/applypatch.cpp
@@ -34,8 +34,8 @@
#include "applypatch/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);