summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-06-25 03:22:02 +0200
committerYabin Cui <yabinc@google.com>2016-06-30 20:02:38 +0200
commit2f272c0551f984e83bc5abaf240e0dddb38a3326 (patch)
treed1c787e5f647c51efc1ea3949d9506bd23222069 /uncrypt/uncrypt.cpp
parentIncrease EIO retry count (diff)
downloadandroid_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar.gz
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar.bz2
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar.lz
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar.xz
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.tar.zst
android_bootable_recovery-2f272c0551f984e83bc5abaf240e0dddb38a3326.zip
Diffstat (limited to '')
-rw-r--r--uncrypt/uncrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrypt/uncrypt.cpp b/uncrypt/uncrypt.cpp
index f62d13279..5e804bcca 100644
--- a/uncrypt/uncrypt.cpp
+++ b/uncrypt/uncrypt.cpp
@@ -109,7 +109,7 @@
#include <android-base/logging.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
-#include <bootloader_message_writer.h>
+#include <bootloader_message/bootloader_message.h>
#include <cutils/android_reboot.h>
#include <cutils/properties.h>
#include <cutils/sockets.h>