diff options
author | Jed Estep <jestep@google.com> | 2015-12-15 16:04:53 -0800 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2016-02-22 17:31:12 -0800 |
commit | 39c1b5e8722dbf0bbb3ee45e201373099f075345 (patch) | |
tree | dbc2fe28fe04f57cea5268b1b00d5db3220fdf29 /applypatch/applypatch.cpp | |
parent | fa9af7dae68aad09ed624a9786f6cd57713f7b7f (diff) | |
download | android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.gz android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.bz2 android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.zip |
Control fault injection with config files instead of build flags
Bug: 26570379
Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c
(cherry picked from commit d940887dde23597dc358b16d96ca48dd7480fee6)
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 f66dbe3b..64451599 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); |