commit | acf619d9317775049fcd96060e2911714a1fe4f3 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Feb 12 12:27:36 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Feb 12 15:04:37 2024 +0000 |
tree | 58b4fe4834dd8d54f0d7dc9f98d392da483c2c9b | |
parent | 6a33357da2054333eb7bf121f1b48cc74e182470 [diff] |
If an invalid VM config exists, delete it VMM#get can give three results: 1. There's no such VM. 2. There is such a VM and it is valid. 3. There is such a VM, but it is invalid. We want to create a completely new VM, so we need to delete the existing one in cases 2 and 3. Previously we didn't handle case 3 at all. Bug: 324650937 Test: atest MicrodroidTests Change-Id: Ibeefe404628d2d21917ebd24d996c905e6e162ba
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: