summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2017-04-28 00:47:03 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-28 00:47:03 +0200
commit533ad31cc18413c0b85bff1c63f472b935b2168c (patch)
tree2c0927046f8ee5dea7b4fe0a9e6e238f19a3bef3 /ui.cpp
parentMerge "Separate libupdate_verifier module and add testcases." am: c99bb23955 (diff)
parentMerge "Adding support for quiescent reboot to recovery" (diff)
downloadandroid_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar.gz
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar.bz2
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar.lz
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar.xz
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.tar.zst
android_bootable_recovery-533ad31cc18413c0b85bff1c63f472b935b2168c.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;