commit | d09b298fd7471fc19a211dc62e6b3ebd87bcfa93 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Sep 19 15:54:11 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed Sep 20 10:43:30 2023 +0100 |
tree | c44bce5621fba805fe9dd3cdfc153038f4a2e09c | |
parent | a10055e42f9723ee7abf93f7bfca50c8eabae00d [diff] |
Allow preinstalled apps to use the AVF APIs Guarded by a build-time flag. Bug: 278765584 Test: Builds, with and without the flag enabled Test: With flag enabled, preinstalled app gets permission Change-Id: I9dc43d88060744b1d9d50fd8ff6b12c156bfcbf3
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: