commit | f73abf36bcfd433a3fdd1664a77e8e531346c1b1 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Dec 15 16:04:53 2015 -0800 |
committer | Jed Estep <jestep@google.com> | Wed Mar 16 12:36:57 2016 -0700 |
tree | 235463175ed36f8657848845f51aeb0eaa87e295 | |
parent | 0222db01fdc148e52b2f9534e599e3dafeb65571 [diff] [blame] |
DO NOT MERGE 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 e9c8ddb..faa7008 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"