am b48bdbed: Merge "recovery: change the way of rebooting when using power key combo"

* commit 'b48bdbeda03af04ec8e0d52f6af680a9062eb916':
  recovery: change the way of rebooting when using power key combo
diff --git a/ui.cpp b/ui.cpp
index 1a0b079..2b1a6af 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -174,7 +174,8 @@
 
           case RecoveryUI::REBOOT:
             if (reboot_enabled) {
-                android_reboot(ANDROID_RB_RESTART, 0, 0);
+                property_set(ANDROID_RB_PROPERTY, "reboot,");
+                while(1) { pause(); }
             }
             break;