commit | 0362f7f22c97bf6fc999f7db800a639509dea734 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Mar 21 08:16:26 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Mar 21 15:57:13 2024 +0000 |
tree | 8d0efbe2fa750a91ed69ca6e975137481242ea14 | |
parent | ab86c8364b0c7e2f7479a65172884786f783194f [diff] |
[attestation] Add API to check AVF RKP Hal presence in VM Attestation This cl adds a new API in VirtualMachineManager to check whether remote attestation is supported on a device. Since Remote Attestation is a strongly recommended feature for Android V, the new API is needed to determine whether we should proceed with the Remote Attestation CTS tests. Bug: 329652894 Test: atest MicrodroidTests Change-Id: I0941914e7a5f1a483705d3faf7091b47ada41b1f
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: