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

Commit 21d2e3b9 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

Change-Id: I13d4eff673096fc04a07433ab97e6146e65e7047
parents 589e2e72 f598e140
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";