diff options
author | Tao Bao <tbao@google.com> | 2016-10-18 23:48:22 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-10-18 23:48:23 +0200 |
commit | e89bf257a1e8304194b426467bb923eb34967396 (patch) | |
tree | 75e9a712d25b278d7bb100453ebb1ca41da950c0 /uncrypt/uncrypt.cpp | |
parent | Merge "Replace minzip with libziparchive" (diff) | |
parent | Create bootloader_message static library. (diff) | |
download | android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar.gz android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar.bz2 android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar.lz android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar.xz android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.tar.zst android_bootable_recovery-e89bf257a1e8304194b426467bb923eb34967396.zip |
Diffstat (limited to 'uncrypt/uncrypt.cpp')
-rw-r--r-- | uncrypt/uncrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp index c77e987b5..8b4d8ef8c 100644 --- a/uncrypt/uncrypt.cpp +++ b/uncrypt/uncrypt.cpp @@ -111,7 +111,7 @@ #include <android-base/stringprintf.h> #include <android-base/strings.h> #include <android-base/unique_fd.h> -#include <bootloader_message_writer.h> +#include <bootloader_message/bootloader_message.h> #include <cutils/android_reboot.h> #include <cutils/sockets.h> #include <fs_mgr.h> |