summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-04-28 00:34:15 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-28 00:34:16 +0200
commit0481faef77bf87e1c44b787c4aaf92e57cccf988 (patch)
tree0dd6c82a91f5867046e6c9806b0484b2754165e1 /ui.cpp
parentMerge "Separate libupdate_verifier module and add testcases." (diff)
parentAdding support for quiescent reboot to recovery (diff)
downloadandroid_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.gz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.bz2
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.lz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.xz
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.tar.zst
android_bootable_recovery-0481faef77bf87e1c44b787c4aaf92e57cccf988.zip
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index 9194ae3df..cad744930 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -227,7 +227,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
- android::base::SetProperty(ANDROID_RB_PROPERTY, "reboot,");
+ reboot("reboot,");
while (true) { pause(); }
}
break;