diff options
author | Mark Salyzyn <salyzyn@google.com> | 2019-05-28 18:17:51 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-05-28 18:17:51 +0200 |
commit | 7d0545f14a707584a50f8aa93eb73966cfabba4c (patch) | |
tree | 10cea79238aaa7329865c8fecc1ea50d3b4409b8 /recovery.cpp | |
parent | Merge "Some clean ups to the updater" (diff) | |
parent | Merge "recovery: report compliant reboot reason (Part Deux)" (diff) | |
download | android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar.gz android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar.bz2 android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar.lz android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar.xz android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.tar.zst android_bootable_recovery-7d0545f14a707584a50f8aa93eb73966cfabba4c.zip |
Diffstat (limited to '')
-rw-r--r-- | recovery.cpp | 2 |
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; |