Merge "fastbootd: use FastbootDevice::GetCurrentSlot to get current slot suffix"
This commit is contained in:
commit
220b6ebd05
1 changed files with 1 additions and 1 deletions
|
@ -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("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue