recovery: Expose reboot to recovery option

Change-Id: I8684e188577fa16073723e0093e221b767a3826d
This commit is contained in:
Michael Bestas 2019-09-27 20:16:38 +03:00 committed by zlewchan
parent 08fbf88ab6
commit 08817c0e89

View file

@ -29,6 +29,7 @@
static std::vector<std::pair<std::string, Device::BuiltinAction>> g_menu_actions{
{ "Reboot system now", Device::REBOOT },
{ "Reboot to bootloader", Device::REBOOT_BOOTLOADER },
{ "Reboot to recovery", Device::REBOOT_RECOVERY },
{ "Enter fastboot", Device::ENTER_FASTBOOT },
{ "Apply update from ADB", Device::APPLY_ADB_SIDELOAD },
{ "Apply update from SD card", Device::APPLY_SDCARD },