commit | 677a5b8db32fcab4a9e3ab43d9c72d6421c03dad | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Nov 09 08:21:59 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Nov 09 14:13:19 2023 +0000 |
tree | 4d0b5633977453057c5edcfd82e785c42ef37842 | |
parent | 7ced542b991c65487ea960d15f50ea908b4b4767 [diff] |
[rkp] Return error code when requestAttestation fails This cl converts the return value of IVmPayloadService#requestAttestation from a binder status to an error code defined in attestation_status_t. In the event of an error, this value is now sent back to the client VM payload. Previously, the API would panic when encountering an error. Bug: 309790130 Test: Run ServiceVmClientTestApp Change-Id: I585e3553e2783ca019d2b8076671404398bde447
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:
AVF APIs:
How-Tos: