Loading etc/init.rc +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ on boot class_start default on property:sys.powerctl=* powerctl ${sys.powerctl} service ueventd /sbin/ueventd critical Loading recovery.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); android_reboot(ANDROID_RB_RESTART, 0, 0); property_set(ANDROID_RB_PROPERTY, ""); return EXIT_SUCCESS; } Loading
etc/init.rc +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ on boot class_start default on property:sys.powerctl=* powerctl ${sys.powerctl} service ueventd /sbin/ueventd critical Loading
recovery.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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"); android_reboot(ANDROID_RB_RESTART, 0, 0); property_set(ANDROID_RB_PROPERTY, ""); return EXIT_SUCCESS; }