| commit | 8ea9b5d7b3e4de8a8f5cf35032b4ece65c1abad1 | [log] [tgz] |
|---|---|---|
| author | Steven Moreland <smoreland@google.com> | Thu Sep 02 16:10:15 2021 -0700 |
| committer | Steven Moreland <smoreland@google.com> | Thu Sep 02 16:12:14 2021 -0700 |
| tree | baf622d858b8005441a995934ba0796aaf71c883 | |
| parent | 16d7c90ff1bb4f0771b38ec604c405698b001a44 [diff] |
binderRpcWireProtocolTest: include Status
Note, this does not freeze the Status wire protocol format for the
platform, because we can always do:
if (isRpc) {
read/write old format
} else {
read/write new format
}
Bug: 182938972
Test: binderRpcWireProtocolTest
Change-Id: I9f7f7439fba0077de3908abe099240b90c9762e2