commit | 4e082c38b70dd07769a91c0a4842ef5c40e0c001 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Jul 11 07:41:50 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Jul 24 09:37:06 2023 +0000 |
tree | b6c59ee41ea15d9882e4c6483cbe9986eeb59c8c | |
parent | 1ab7363fd945bc690e0e929e3d1ff7d3f2051545 [diff] |
[rialto] Enable the host and service VM vsock connection This cl enables the communication between the host and the service VM. The cl also verifies the connection in the integration tests by sending a message from the host to rialto, which is then reversed and sent back. Test: atest rialto_test Bug: 274441673 Change-Id: I3e1f4f48c2d8b7fb1b211e0830ff07b5291d4410
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
How-Tos: