commit | 5af986b63762c524268237f9ede6b29522ac34a3 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue May 21 15:07:59 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Fri May 24 06:51:59 2024 +0000 |
tree | dfdce6d706a1b008caf88e4d7453948dc0d8ca2c | |
parent | d47ad8b61add656be0c6d3d59ec4283c35949e00 [diff] |
Use soong variable avf_remote_attestation_enabled to enable RA The new soong variable allows OEMs to disale the RA feature easily when they do not plan to support it. The remote attestation feature is opt-in by default, as it is a strongly recommended feature from Android V. It will be disabled if PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED is set to true in the Makefile, otherwise it will be enabled when the feature flag RELEASE_AVF_ENABLE_REMOTE_ATTESTATION is on. Bug: 331269709 Bug: 341292601 Test: run VM remote attestation on Pixel 6 and check it is disabled Test: run VM remote attestation on Pixel 7 and check it is enabled Change-Id: Idcc1c4c300f64661293394e7102cf68c3bdc38f2
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: