commit | 953a657708f011cb47407f1f2432b0c5c7724336 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Aug 24 13:40:10 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Fri Aug 25 10:41:19 2023 +0000 |
tree | 0d3e26cd381da7c91aab76472df5b45a1d24b674 | |
parent | 7f4c0ac956af9f0730ecd7576ce2c5ad5ee9cf4f [diff] |
[rialto][vsock] Buffer the write from rialto to the host This cl implements a write buffer for transmitting data from rialto to the host to improve the communication efficiency. Test: atest rialto_test Bug: 293411448 Change-Id: I3e81dcb6c336f4279d25b168d0841ffe2f3265ec
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: