diff --git a/init/reboot_utils.cpp b/init/reboot_utils.cpp index 547b1869f..dd0fbbfe8 100644 --- a/init/reboot_utils.cpp +++ b/init/reboot_utils.cpp @@ -37,7 +37,7 @@ namespace android { namespace init { -static std::string init_fatal_reboot_target = "bootloader"; +static std::string init_fatal_reboot_target = "recovery"; static bool init_fatal_panic = false; // this needs to read the /proc/* files directly because it is called before