Skip to content

Commit fcbbe17

Browse files
author
Hasini Gunasinghe
committed
Export RpcServerConnection for use in Trusty
Dependent CL/code: https://android-review.git.corp.google.com/c/trusty/app/authmgr/+/3342621/2/authmgr-be/lib/src/server.rs#28 Test: compile in Trusty Bug: 369145005 Change-Id: I70cd4bb8f2b2747d61a4c59749c664c39e43b259
1 parent 4b89f17 commit fcbbe17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • libs/binder/rust/rpcbinder/src

libs/binder/rust/rpcbinder/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ mod server;
2020
mod session;
2121

2222
pub use server::RpcServer;
23+
#[cfg(target_os = "trusty")]
24+
pub use server::RpcServerConnection;
2325
#[cfg(not(target_os = "trusty"))]
2426
pub use server::RpcServerRef;
2527
pub use session::{FileDescriptorTransportMode, RpcSession, RpcSessionRef};

0 commit comments

Comments
 (0)