Update the fastboot command size from 64 to 4096 to cover the changes from https://android-review.git.corp.google.com/c/platform/system/core/+/2214970
BUG=182864081 Change-Id: I6766647e53d777fd61df6e40cfefb45c7b138c77
This commit is contained in:
parent
aadb2046fd
commit
5eea7e384b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Linux, macOS, or Windows.
|
|||
## Transport and Framing
|
||||
|
||||
1. Host sends a command, which is an ascii string in a single
|
||||
packet no greater than 64 bytes.
|
||||
packet no greater than 4096 bytes.
|
||||
|
||||
2. Client response with a single packet no greater than 256 bytes.
|
||||
The first four bytes of the response are "OKAY", "FAIL", "DATA",
|
||||
|
|
Loading…
Reference in a new issue