summaryrefslogtreecommitdiff
path: root/libs/binder/RpcSession.cpp
diff options
context:
space:
mode:
author Frederick Mayle <fmayle@google.com> 2022-06-07 15:51:31 +0000
committer Frederick Mayle <fmayle@google.com> 2022-06-08 05:11:30 +0000
commit68aa3bc6d6081c983005d0b70e7dd3f22265a0f8 (patch)
tree20be298e063975aa8fc41fc2298ac0832996ea2a /libs/binder/RpcSession.cpp
parent7514e3b91a168996e006b3b69e2e6c51ef50a345 (diff)
libbinder: Remove flexible array from RpcWireReply
We are going to change the size of this struct depending on the protocol version and that gets messy when there is a flexible array member. We could remove it from RpcWireTransaction as well, but that is a bigger change and there is no motivation yet (besides consistency). This change also happens to optimize out one allocation when the reply parcel is zero bytes. Bug: 185909244 Test: TH Change-Id: I18a5712ba80e7b311b945ef54977b66ffa43e1ca
Diffstat (limited to 'libs/binder/RpcSession.cpp')
0 files changed, 0 insertions, 0 deletions