commit | b1935efc72ae49a3fd6501242c75f05382f7e265 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Aug 10 17:22:39 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Aug 10 19:01:00 2023 +0900 |
tree | fa73af9eadf3f991704c3b57671b9227d9b0e2ea | |
parent | f4883fcd9ecee358c7565c4e43041ba9909bf53e [diff] |
Refactor the vm app Flags are organized into structs while flattened at the cmdline level. Bug: 295174105 Test: watch TH Change-Id: I4125c5ca26d3dc53e64cfedf1468e19ebe03968d
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:
How-Tos: