Loading fastboot/device/commands.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
fastboot/device/commands.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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