summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-23 06:04:42 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 06:04:42 +0100
commit842f2d8ccf4a5675b30a85e41aa3c391195e644b (patch)
tree9e728cea2ec2086195ecbbe22b840d1631991673 /applypatch/applypatch.cpp
parentMerge "recovery: check battery level before installing package." am: 16d0a18514 (diff)
parentMerge "Control fault injection with config files instead of build flags" (diff)
downloadandroid_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar.gz
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar.bz2
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar.lz
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar.xz
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.tar.zst
android_bootable_recovery-842f2d8ccf4a5675b30a85e41aa3c391195e644b.zip
Diffstat (limited to '')
-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);