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

Commit 51230e4a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "fastbootd: use FastbootDevice::GetCurrentSlot to get current slot suffix" am: 220b6ebd

Change-Id: I498a98bc3e2d3c2b0bbba70763bcf9bd1d489704
parents 025b239f 220b6ebd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& ar
    }

    // If the slot is not changing, do nothing.
    if (slot == boot_control_hal->getCurrentSlot()) {
    if (args[1] == device->GetCurrentSlot()) {
        return device->WriteOkay("");
    }