summaryrefslogtreecommitdiffstats
path: root/recovery_ui/ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-30 00:24:38 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-30 00:24:38 +0200
commitb0c3c15639187d51572a0b077c117fa8e47631aa (patch)
treef1dc939213892d4be03e23dbd8b7de127b7ea147 /recovery_ui/ui.cpp
parent[automerger skipped] Parse BCB command to enter rescue mode. (diff)
parentMerge "Consolidate the codes that handle reboot/shutdown." (diff)
downloadandroid_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar.gz
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar.bz2
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar.lz
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar.xz
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.tar.zst
android_bootable_recovery-b0c3c15639187d51572a0b077c117fa8e47631aa.zip
Diffstat (limited to 'recovery_ui/ui.cpp')
-rw-r--r--recovery_ui/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/ui.cpp b/recovery_ui/ui.cpp
index b7107ff21..7ea9307c9 100644
--- a/recovery_ui/ui.cpp
+++ b/recovery_ui/ui.cpp
@@ -375,7 +375,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
- reboot("reboot,");
+ Reboot("");
while (true) {
pause();
}