diff options
author | Tao Bao <tbao@google.com> | 2017-10-05 18:15:45 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-05 18:15:45 +0200 |
commit | 12ffa8bfbfafd482e95ff95c9047950e1b0738b1 (patch) | |
tree | 434c34b1cf37fe64f4a26f5820e22fad9823882b /updater | |
parent | Merge "edify: Remove edify_parser." am: 281d4eefb1 am: dfbe70b79d am: 159db1dd49 (diff) | |
parent | Merge "Move error_code.h into otautil." am: 916e155bab am: 73831e0636 (diff) | |
download | android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar.gz android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar.bz2 android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar.lz android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar.xz android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.tar.zst android_bootable_recovery-12ffa8bfbfafd482e95ff95c9047950e1b0738b1.zip |
Diffstat (limited to 'updater')
-rw-r--r-- | updater/blockimg.cpp | 2 | ||||
-rw-r--r-- | updater/install.cpp | 2 |
2 files changed, 2 insertions, 2 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" |