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