Re-implement libcompos_client in Rust
libcompos_client.rs is larged copied from pvm_exec.rs, which we will
remove once the transition is done.
Bug: 193668901
Test: Replace libcompos_client in ART, tests still passed.
Change-Id: I8daedb789e6f0ab4964c020180692839ce0c1cb5
diff --git a/binder_common/lib.rs b/binder_common/lib.rs
index f2391e3..fa91f5a 100644
--- a/binder_common/lib.rs
+++ b/binder_common/lib.rs
@@ -17,6 +17,7 @@
//! Common items useful for binder clients and/or servers.
pub mod lazy_service;
+pub mod rpc_client;
pub mod rpc_server;
use binder::public_api::{ExceptionCode, Status};