commit | d33b2f86b79573ccf73fd211d0813b2663fafd38 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Sep 28 21:29:11 2017 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Sep 29 10:29:53 2017 -0700 |
tree | f9b6b7add754bf4548a17aaf1923f886c5e65b47 | |
parent | 50f5a54a1e2d8e2b2420853d34ec5dae1268e11e [diff] [blame] |
otafault: Move headers under otafault/. Test: mmma bootable/recovery Change-Id: I3ceb72f703c7c2857d656c137d71baa1fccd8238
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp index fe21dd0..696cddf 100644 --- a/updater/blockimg.cpp +++ b/updater/blockimg.cpp
@@ -51,7 +51,7 @@ #include "edify/expr.h" #include "error_code.h" -#include "ota_io.h" +#include "otafault/ota_io.h" #include "print_sha1.h" #include "rangeset.h" #include "updater/install.h"