summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-24 00:16:16 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-24 00:16:16 +0100
commitd157bca5cff8f29a74dff31bd9ee0cd691d9f2d2 (patch)
tree6e3ec0b1c17e068568c089037b85c09692ad1608 /fastboot/fastboot.cpp
parentSnap for 5392835 from 9d2a945e9b0e58c602a5b3e29aa6f2e7c1c5cd8e to qt-release (diff)
parentMerge "Move librecovery_ui to a sub-directory" am: 6287253eb4 am: 45898d8bb4 (diff)
downloadandroid_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar.gz
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar.bz2
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar.lz
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar.xz
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.tar.zst
android_bootable_recovery-d157bca5cff8f29a74dff31bd9ee0cd691d9f2d2.zip
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r--fastboot/fastboot.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp
index 8458c99dd..14f5e4bdc 100644
--- a/fastboot/fastboot.cpp
+++ b/fastboot/fastboot.cpp
@@ -27,8 +27,7 @@
#include <android-base/properties.h>
#include <bootloader_message/bootloader_message.h>
-#include "device.h"
-#include "ui.h"
+#include "recovery_ui/ui.h"
static const std::vector<std::pair<std::string, Device::BuiltinAction>> kFastbootMenuActions{
{ "Reboot system now", Device::REBOOT },