aboutsummaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-06-24 18:22:02 -0700
committerTao Bao <tbao@google.com>2016-10-18 11:37:05 -0700
commit8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1 (patch)
tree75e9a712d25b278d7bb100453ebb1ca41da950c0 /uncrypt/uncrypt.cpp
parent6fba98ce645bb00b4fa7f03dd1786566af919d78 (diff)
downloadandroid_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.gz
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.tar.bz2
android_bootable_recovery-8b309f6970ab3b7c53cc529c51a2cb44e1c7a7e1.zip
Create bootloader_message static library.
bootloader_messages merges bootloader_message_writer and bootloader.cpp, so we can use the same library to manage bootloader_message in normal boot and recovery mode. Bug: 29582118 Change-Id: I9efdf776ef8f02b53911ff43a518e035e0c29618 (cherry picked from commit 2f272c0551f984e83bc5abaf240e0dddb38a3326)
Diffstat (limited to 'uncrypt/uncrypt.cpp')
-rw-r--r--uncrypt/uncrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index c77e987b..8b4d8ef8 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>