commit | c944faeb5da9036f0c0d3688f92589257d90f500 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Aug 02 16:16:28 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Aug 03 12:31:59 2022 +0000 |
tree | 2ea9278fce4b4e9a46281b2b6d6f6edee5e34f55 | |
parent | 0fd0ff0b6f73dc065f53f8e5be0d90cd94afe0cb [diff] [blame] |
Add safe wrapper for RpcPreconnectedClient. Test: atest compos_key_tests MicrodroidHostTestCases MicrodroidTestApp Change-Id: I8dcc6c9b0465950bfaced03699fa3167dc3dc641
diff --git a/vmclient/Android.bp b/vmclient/Android.bp index 8ad5adf..c219198 100644 --- a/vmclient/Android.bp +++ b/vmclient/Android.bp
@@ -9,7 +9,7 @@ edition: "2021", rustlibs: [ "android.system.virtualizationservice-rust", - "libbinder_rpc_unstable_bindgen", + "libbinder_common", "libbinder_rs", "liblog_rust", "libthiserror",