summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-11 10:02:19 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-11 10:02:19 +0200
commit631c3d5283d3296efacafa20f254a16658ed7144 (patch)
treed97136775dafcbe882db7caeca6aa5f7f2e86a6b /updater/blockimg.cpp
parentSnap for 4386413 from cbd8479410f0e80172291ec895875866bd1b1321 to pi-release (diff)
parentMerge "otautil: Fix mac build." am: eb8a064066 am: bc131ef1bd am: 814f05d853 (diff)
downloadandroid_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar.gz
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar.bz2
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar.lz
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar.xz
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.tar.zst
android_bootable_recovery-631c3d5283d3296efacafa20f254a16658ed7144.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 696cddf41..0f8364441 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -50,8 +50,8 @@
#include <ziparchive/zip_archive.h>
#include "edify/expr.h"
-#include "error_code.h"
#include "otafault/ota_io.h"
+#include "otautil/error_code.h"
#include "print_sha1.h"
#include "rangeset.h"
#include "updater/install.h"