commit | 172f9ebeddf8877fa63e705889f7d92ec5171909 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Nov 06 17:02:08 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Nov 16 23:34:13 2023 +0000 |
tree | d4a1b307081d8b108601821d91aa486c87eab529 | |
parent | a35d345812b2a745328e190af1417895604d7349 [diff] |
Add option to use GKI kernel for microdroid With either payload config's osName field or config file's os field, a GKI kernel can be used to run microdroid instead of microdroid kernel. This also adds a new option --gki to the VM tool. Bug: 305118971 Test: run VM with --gki Change-Id: I87eb445c84bd208df549712aea7f55ab148c7f8a
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: