commit | d80e99e2a8bfe9fb12beac38f00f229074c613b4 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Sep 15 13:26:01 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Sep 19 15:00:57 2023 +0000 |
tree | a2538185ce54df56bd1316867a36db0e82bc2f4a | |
parent | bd08dffca5c54bbf9ffaed380089022918a86777 [diff] |
[rkp] Report request processing error from service VM to host This cl moves the request processing error from the service VM to the communication protocol library so that the service VM can send the error the host. This change is necessary to enable the service VM to send back RKP service specific error later. Bug: 299256925 Test: atest rialto_test Change-Id: I2cd718d8606880188866e954ac7c4eb8bb732bb4
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: