commit | eec580d7a5c1896701019af13be2d3c000521277 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Jun 07 08:48:06 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Jun 10 09:40:46 2024 +0000 |
tree | 97334801991313c5200810ec77ec9c38f869beff | |
parent | 55e57b98cdb27d292b80a07a5881a8b46f0ee8c4 [diff] |
Check whether remote attestation is supported with system property This cl introduces a new system property avf.remote_attestation.enabled to allow vendors to disable the remote attestation feature in vendor init. Bug: 341598459 Test: enable/disable the feature and check VmAttestationTestApp Change-Id: I5b26ba029ea1be74d8c0d139d69aee608c92f327
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: