commit | 1ef010bf2fb39c31457b84d6ccac14e71d5bd1f7 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Nov 14 09:09:25 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Nov 15 09:11:46 2022 +0000 |
tree | 0f933b7f90214aba7f839f5b1ba0bed2de5f4356 | |
parent | 213454462ca60ec8af20f69a797bbef19712b85b [diff] [blame] |
[rpc_binder][test] Merge unixBootstrapFd and socketFd in binderRpcTest This is a follow-up of the cl aosp/2267564. Test: atest binderRpcTest Change-Id: I5bf68197aa5f34cc3f700dcc70419fcc0acfb1ef
diff --git a/libs/binder/tests/BinderRpcTestServerConfig.aidl b/libs/binder/tests/BinderRpcTestServerConfig.aidl index aac4b04..b2e0ef2 100644 --- a/libs/binder/tests/BinderRpcTestServerConfig.aidl +++ b/libs/binder/tests/BinderRpcTestServerConfig.aidl
@@ -21,7 +21,6 @@ int rpcSecurity; int serverVersion; int vsockPort; - int unixBootstrapFd; // Inherited from parent - int socketFd; + int socketFd; // Inherited from the parent process. @utf8InCpp String addr; }