commit | 671e6147d7917f8c73f1f52aa580f060bc201da3 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Nov 16 11:47:27 2022 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Tue Nov 22 10:15:10 2022 +0000 |
tree | 460d296c18c32677889fd6f9136effdee158f9b5 | |
parent | eea1a68f03ed7d071304bea88bd8849ebabf629b [diff] |
rpc_binder: Refactor users of RpcServer to use new API The Rust wrapper around RpcServer now returns a handle instead of waiting for the server to finish. This allows us to simplify the users of that API. Test: atest -p packages/modules/Virtualization:avf-presubmit Change-Id: I4b41f9f911f7d78e8149f6e3268aa2177596e2e5
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.