diff options
author | Tianjie Xu <xunchang@google.com> | 2018-08-20 13:40:47 -0700 |
---|---|---|
committer | xunchang <xunchang@google.com> | 2019-03-21 00:45:37 -0700 |
commit | b5108c372c8b92671ea5ebb4eeff00757fcee187 (patch) | |
tree | 6e3ec0b1c17e068568c089037b85c09692ad1608 /fastboot/fastboot.cpp | |
parent | 9d2a945e9b0e58c602a5b3e29aa6f2e7c1c5cd8e (diff) | |
download | android_bootable_recovery-b5108c372c8b92671ea5ebb4eeff00757fcee187.tar.gz android_bootable_recovery-b5108c372c8b92671ea5ebb4eeff00757fcee187.tar.bz2 android_bootable_recovery-b5108c372c8b92671ea5ebb4eeff00757fcee187.zip |
Move librecovery_ui to a sub-directory
This helps to expose librecovery_ui for device specific RecoveryUi.
Bug: 76436783
Test: mma, unit tests pass
Change-Id: Ic6c3d301d5833e4a592e6ea9d9d059bc4e4919be
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 8458c99d..14f5e4bd 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 }, |