commit | b7eac2d0849e0564fef1e589dfe0b953180444b8 | [log] [tgz] |
---|---|---|
author | Fernando Lugo <flugo@google.com> | Wed May 29 19:33:56 2019 -0700 |
committer | Fernando Lugo <flugo@google.com> | Thu May 30 17:47:49 2019 -0700 |
tree | 3a1be80bbfb0c001458bb545a997cc203fb0db82 | |
parent | c76078e4b62ac6ac7673ad5c84226fedb22edd43 [diff] |
fastboot: windows: fix Read function Read function exits before reading all requested bytes. Fix that by looping until the len requested is completed. This will fix the issue execting get_staged command for a staged image bigger than 1MB Test: fastboot get_staged file.txt Change-Id: Ic70ab48f3a8c8d78c225db638892501d4dc20b13 Signed-off-by: Fernando Lugo <flugo@google.com>