Merge "fastboot: Print OemCmdHandler return message on success"
This commit is contained in:
commit
3c8a95e3be
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue