Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f547812 authored by David Anderson's avatar David Anderson Committed by android-build-merger
Browse files

Merge "fastboot: Check that reboot to userspace succeeded." am: dd85c746 am: f598e140

am: 21d2e3b9

Change-Id: Icfde75843b13dff5c6bea270368d48f7eab1187d
parents 4e650ea9 21d2e3b9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1312,6 +1312,9 @@ void FlashAllTool::UpdateSuperPartition() {
    if (!is_userspace_fastboot()) {
        reboot_to_userspace_fastboot();
    }
    if (!is_userspace_fastboot()) {
        die("Failed to boot into userspace; one or more components might be unbootable.");
    }
    fb->Download("super", fd, get_file_size(fd));

    std::string command = "update-super:super";