summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2015-12-16 01:04:53 +0100
committerTao Bao <tbao@google.com>2016-02-23 02:31:12 +0100
commit39c1b5e8722dbf0bbb3ee45e201373099f075345 (patch)
treedbc2fe28fe04f57cea5268b1b00d5db3220fdf29 /updater/install.cpp
parentMerge "Fix minui cleanup path on error." (diff)
downloadandroid_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.gz
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.bz2
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.lz
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.xz
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.tar.zst
android_bootable_recovery-39c1b5e8722dbf0bbb3ee45e201373099f075345.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"