commit | 7d9c44b621098433666622fec3243a2c3c0e3f92 | [log] [tgz] |
---|---|---|
author | A. Cody Schuffelen <schuffelen@google.com> | Thu May 09 22:15:11 2024 -0700 |
committer | A. Cody Schuffelen <schuffelen@google.com> | Thu May 09 22:25:23 2024 -0700 |
tree | 808943eafad97a3dcbf411cb0d0801cc2e43c073 | |
parent | 37011a12d04315c2289524eca1918ff856419be6 [diff] |
Allow `null` kernels in VirtualMachineConfig The lower-level rust code considers the kernel and bootloader values to be mutually exclusive: https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/Virtualization/libs/vmconfig/src/lib.rs;l=48;drc=d3bbe1d51c78ac07c61f2125232e558eb56a6ae0 https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/Virtualization/libs/vmconfig/src/lib.rs;l=78;drc=d3bbe1d51c78ac07c61f2125232e558eb56a6ae0 This change fixes the java code so it doesn't mandate that a kernel is provided. Test: Run with a bootloader (aosp/3080508) Bug: b/325930313 Change-Id: Ie60a211e48b63655dde1b98c1e43a82de472c8ae
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: