commit | d940887dde23597dc358b16d96ca48dd7480fee6 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Dec 15 16:04:53 2015 -0800 |
committer | Tao Bao <tbao@google.com> | Fri Feb 19 15:32:12 2016 -0800 |
tree | 1292398c612cdc05937afeaf56b63a7cd2f4eaba | |
parent | ba9765b05869f7783e55f9c6ee66b191898f563a [diff] [blame] |
Control fault injection with config files instead of build flags Bug: 26570379 Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp index 44de4e0..56378d4 100644 --- a/updater/blockimg.cpp +++ b/updater/blockimg.cpp
@@ -45,7 +45,7 @@ #include "install.h" #include "openssl/sha.h" #include "minzip/Hash.h" -#include "otafault/ota_io.h" +#include "ota_io.h" #include "print_sha1.h" #include "unique_fd.h" #include "updater.h"