diff options
author | Tao Bao <tbao@google.com> | 2017-10-11 19:09:25 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-11 19:09:25 +0200 |
commit | ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa (patch) | |
tree | 415073930d2bb71cae132e38a57cea3f2c15d7e1 /updater/install.cpp | |
parent | Merge "otautil: Fix mac build." (diff) | |
parent | Move rangeset.h and print_sha1.h into otautil. (diff) | |
download | android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.gz android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.bz2 android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.lz android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.xz android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.tar.zst android_bootable_recovery-ff9b6f63a289c792eb69e7fee59a1f308e9fc4aa.zip |
Diffstat (limited to 'updater/install.cpp')
-rw-r--r-- | updater/install.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/install.cpp b/updater/install.cpp index 01210f51c..9425d1872 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -54,6 +54,7 @@ #include <openssl/sha.h> #include <selinux/label.h> #include <selinux/selinux.h> +#include <tune2fs.h> #include <ziparchive/zip_archive.h> #include "edify/expr.h" @@ -61,8 +62,7 @@ #include "otafault/ota_io.h" #include "otautil/DirUtil.h" #include "otautil/error_code.h" -#include "print_sha1.h" -#include "tune2fs.h" +#include "otautil/print_sha1.h" #include "updater/updater.h" // Send over the buffer to recovery though the command pipe. |