diff options
author | Tao Bao <tbao@google.com> | 2016-10-11 05:44:00 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-11 05:44:00 +0200 |
commit | cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9 (patch) | |
tree | 09167517080321a786bee0f332f72461156002cc /updater/blockimg.cpp | |
parent | Merge "Update the header path for ext4_utils." (diff) | |
parent | Refactor libupdater into a seperate module. (diff) | |
download | android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar.gz android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar.bz2 android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar.lz android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar.xz android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.tar.zst android_bootable_recovery-cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/blockimg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp index 0caa1acbd..433d98026 100644 --- a/updater/blockimg.cpp +++ b/updater/blockimg.cpp @@ -45,12 +45,12 @@ #include "applypatch/applypatch.h" #include "edify/expr.h" #include "error_code.h" -#include "install.h" +#include "updater/install.h" #include "openssl/sha.h" #include "minzip/Hash.h" #include "ota_io.h" #include "print_sha1.h" -#include "updater.h" +#include "updater/updater.h" #define BLOCKSIZE 4096 |