summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-23 05:50:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-23 05:50:47 +0100
commited796b046daf574b1f4f9ef386a870c845457277 (patch)
tree3ada024b937fa1de626ccec8591299ef0c337c38 /updater/install.cpp
parentMerge "recovery: check battery level before installing package." (diff)
parentControl fault injection with config files instead of build flags (diff)
downloadandroid_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.gz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.bz2
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.lz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.xz
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.tar.zst
android_bootable_recovery-ed796b046daf574b1f4f9ef386a870c845457277.zip
Diffstat (limited to 'updater/install.cpp')
-rw-r--r--updater/install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 413e147a1..bc4cca913 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"