commit | f36347b06ad5d68febaa65fd6f8025a47329bb14 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Aug 03 12:52:48 2023 +0900 |
committer | Inseob Kim <inseob@google.com> | Mon Aug 07 07:49:08 2023 +0000 |
tree | 3d96a194eb874bab5349bc9d4313b5c7b9bda8eb | |
parent | df1e21722bafe474971e2f9af1482c329bc6d3b9 [diff] |
Use regular file for VM DTBO Bug: 287379025 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid \ --protected --mem 512 --devices \ /sys/bus/platform/devices/16d00000.eh Change-Id: Iad237c86ff2d1eca89c03d1b399f52877f24fa9a
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: