commit | d2f42f5c871116626d089ca3b5f96946574ed55b | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed May 22 10:14:52 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed May 22 10:52:35 2024 +0100 |
tree | 092f697152d6309d6c74d2bee1a90526468e20b8 | |
parent | ea80e199c18ade22cc31cc08b08156c540293caa [diff] |
Disable AVF tests on cf_arm64 Cuttlefish running on Arm64 is unable to support any form of virtualization, do don't attempt to run AVF tests on it. The requirements on support for AVF don't apply here since these aren't real devices. Bug: 341881508 Bug: 341889915 Test: atest MicrodroidTestApp Change-Id: I3cd0dfead40d2b0b8008776a385be884f708df75
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: