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

Commit 69422ea1 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "fastboot: Print OemCmdHandler return message on success" am: 3c8a95e3

parents 21d25acb 3c8a95e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -254,6 +254,7 @@ bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args)
        return device->WriteStatus(FastbootResult::FAIL, ret.message);
    }

    device->WriteInfo(ret.message);
    return device->WriteStatus(FastbootResult::OKAY, ret.message);
}