summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-17 23:44:33 +0100
committerTao Bao <tbao@google.com>2016-03-17 23:46:10 +0100
commit6f446373fdda9e084e7cce86c4694f365e75951b (patch)
tree23ccffeb52a3ec9791af0658360806c01495b2ca /updater/blockimg.cpp
parentresolve merge conflicts of f73abf3 to nyc-dev-plus-aosp (diff)
parentRevert "DO NOT MERGE Control fault injection with config files instead of build flags" (diff)
downloadandroid_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar.gz
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar.bz2
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar.lz
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar.xz
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.tar.zst
android_bootable_recovery-6f446373fdda9e084e7cce86c4694f365e75951b.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 56378d4f5..44de4e031 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 "ota_io.h"
+#include "otafault/ota_io.h"
#include "print_sha1.h"
#include "unique_fd.h"
#include "updater.h"