commit | ff6df890a2a01bf3bf56d3f430b17a5ef69055cf | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Dec 15 16:04:53 2015 -0800 |
committer | Jed Estep <jestep@google.com> | Fri Mar 18 17:58:25 2016 -0700 |
tree | d639d516e51ec2df2f6e2e26b0643f982e6ae2b6 | |
parent | 9020e0f141d1c26dcf8b6fa4212ee94b7891d53f [diff] [blame] |
Control fault injection with config files instead of build flags Bug: 27724259 Change-Id: I65bdefed10b3fb85fcb9e1147eaf0687d7d438f4
diff --git a/updater/install.cpp b/updater/install.cpp index b7d9e85..6ae1e5f 100644 --- a/updater/install.cpp +++ b/updater/install.cpp
@@ -51,7 +51,7 @@ #include "minzip/DirUtil.h" #include "mtdutils/mounts.h" #include "mtdutils/mtdutils.h" -#include "otafault/ota_io.h" +#include "ota_io.h" #include "updater.h" #include "install.h" #include "tune2fs.h"