commit | dde4598f651fc427e58133a0e71285c6d8505243 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed May 24 22:27:14 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed May 24 22:28:31 2023 +0000 |
tree | aa717e901fdeb71cc4117dbd81f8ff5ab1b5078f | |
parent | 265e9e2841b4fe3b49dc365a7a2a70e3e62376a6 [diff] |
libbinder: limit RpcTransport visibility I always wanted to restrict the visibility of this class, but it proved difficult in the original RPC transport implementation. Now that we are considering adding more transports, I'm adding an explicit list of transports here. The reasoning is in the code. Bug: N/A Test: compile Change-Id: Ib841e6c1c7cb6b59a6ca3aa15bbd94e66be3f6e8