commit | ea1f0466a945b6653f9312d7d02c2fedcde95694 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Feb 19 16:25:47 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Feb 21 14:31:02 2024 +0000 |
tree | f4797bc1f898aa46ae1bb2198524495c546ec4de | |
parent | 3f1a33e43fe040187b2fe777aff722ae07ecb42f [diff] |
Add a skeleton virtualizationmaintenance service Create skeleton AIDL and service implementation, wire it all up, update build files. While I'm here, improve error handling, since it turns out that some of the things we assumed can never happen actually can. Bug: 294177871 Bug: 326125368 Test: atest MicrodroidTests Change-Id: Ib792b8d523bcf4291fa56d117f1f10fed70498d6
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: