summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-23 05:57:39 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-23 05:57:39 +0100
commit24b3622933092c7227a391939f3f1cdcd3d7c999 (patch)
treee3cfe7417bd136b2d7c6476644cbecb31a989749 /updater/blockimg.cpp
parentMerge "recovery: check battery level before installing package." (diff)
parentMerge "Control fault injection with config files instead of build flags" (diff)
downloadandroid_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar.gz
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar.bz2
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar.lz
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar.xz
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.tar.zst
android_bootable_recovery-24b3622933092c7227a391939f3f1cdcd3d7c999.zip
Diffstat (limited to 'updater/blockimg.cpp')
-rw-r--r--updater/blockimg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 44de4e031..56378d4f5 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"