am 3b5a987c: recovery: fix use of init reboot method

* commit '3b5a987cd7fd76c038e9875b430028216d21ace3':
  recovery: fix use of init reboot method
This commit is contained in:
Doug Zongker
2013-09-03 14:46:26 -07:00
committed by Android Git Automerger

View File

@@ -1062,6 +1062,6 @@ main(int argc, char **argv) {
// Otherwise, get ready to boot the main system...
finish_recovery(send_intent);
ui->Print("Rebooting...\n");
property_set(ANDROID_RB_PROPERTY, "");
property_set(ANDROID_RB_PROPERTY, "reboot,");
return EXIT_SUCCESS;
}