commit | cf8cc0c55eff32c9f826081fd9e73b5db94d44b0 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Nov 30 15:52:46 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Nov 30 15:52:46 2023 +0000 |
tree | e5bfc970fde8f78519dbbf32ca742228851b1be7 | |
parent | fe7c4aef9ac13755e133ac9ee15fa07594039e46 [diff] |
Remove redundant dependency I accidentally noticed we don't use spinlock in pvmfw. And we probably shouldn't, since it's single threaded. (Other than various parts of vmbase which does have the dependency.) Test: TH Change-Id: Ib7c33b4d9bd7baf98d0e0ed2d8208cc20d2cf8d5
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: