diff options
author | Tao Bao <tbao@google.com> | 2017-10-10 18:28:09 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-10 18:28:09 +0200 |
commit | eaf3e895fe1aabf34d382e43946c2d51f57a8862 (patch) | |
tree | 18083606bdd5fb26959b2d4dfd6bb01fe3b68458 /updater | |
parent | Merge "applypatch: Forward declare struct Value." am: 7a3fc2de8e (diff) | |
parent | Merge changes from topic "libedify-header" (diff) | |
download | android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar.gz android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar.bz2 android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar.lz android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar.xz android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.tar.zst android_bootable_recovery-eaf3e895fe1aabf34d382e43946c2d51f57a8862.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/blockimg.cpp | 2 | ||||
-rw-r--r-- | updater/install.cpp | 2 | ||||
-rw-r--r-- | updater/updater.cpp | 2 |
3 files changed, 3 insertions, 3 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" diff --git a/updater/install.cpp b/updater/install.cpp index fc085d5aa..01210f51c 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -57,10 +57,10 @@ #include <ziparchive/zip_archive.h> #include "edify/expr.h" -#include "error_code.h" #include "mounts.h" #include "otafault/ota_io.h" #include "otautil/DirUtil.h" +#include "otautil/error_code.h" #include "print_sha1.h" #include "tune2fs.h" #include "updater/updater.h" diff --git a/updater/updater.cpp b/updater/updater.cpp index 309c309a5..f55a0d3bd 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -31,10 +31,10 @@ #include <ziparchive/zip_archive.h> #include "edify/expr.h" -#include "error_code.h" #include "otafault/config.h" #include "otautil/DirUtil.h" #include "otautil/SysUtil.h" +#include "otautil/error_code.h" #include "updater/blockimg.h" #include "updater/install.h" |