summaryrefslogtreecommitdiffstats
path: root/device.cpp
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2018-07-28 07:09:12 +0200
committerHridya Valsaraju <hridya@google.com>2018-08-14 06:18:18 +0200
commit20c81b308d834f84f3decf795575dc7a0baeb69d (patch)
tree259f985023b38c976208d7fa8e95a59fdf9b615d /device.cpp
parentMerge "Reland "Build and use minadbd as a shared library."" (diff)
downloadandroid_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.gz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.bz2
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.lz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.xz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.zst
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.zip
Diffstat (limited to '')
-rw-r--r--device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.cpp b/device.cpp
index 3c6334e5c..eec1932c2 100644
--- a/device.cpp
+++ b/device.cpp
@@ -28,6 +28,7 @@
static std::vector<std::pair<std::string, Device::BuiltinAction>> g_menu_actions{
{ "Reboot system now", Device::REBOOT },
{ "Reboot to bootloader", Device::REBOOT_BOOTLOADER },
+ { "Enter fastboot", Device::ENTER_FASTBOOT },
{ "Apply update from ADB", Device::APPLY_ADB_SIDELOAD },
{ "Apply update from SD card", Device::APPLY_SDCARD },
{ "Wipe data/factory reset", Device::WIPE_DATA },