summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2019-05-28 18:22:53 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-28 18:22:53 +0200
commit3447708800714f09766dafcfe0ce1763acf14730 (patch)
tree50b627e92c7184ca0f4ac624e357528b338eca84 /recovery.cpp
parentMerge "Some clean ups to the updater" am: 52e61f6995 (diff)
parentMerge "recovery: report compliant reboot reason (Part Deux)" (diff)
downloadandroid_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar.gz
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar.bz2
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar.lz
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar.xz
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.tar.zst
android_bootable_recovery-3447708800714f09766dafcfe0ce1763acf14730.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 20e5a1be3..eb0c2b216 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -356,6 +356,8 @@ static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status)
: device->InvokeMenuItem(chosen_item);
switch (chosen_action) {
+ case Device::REBOOT_FROM_FASTBOOT: // Can not happen
+ case Device::SHUTDOWN_FROM_FASTBOOT: // Can not happen
case Device::NO_ACTION:
break;