commit | ecde8c0a4c4e9ff5782ab46e948c884791593f26 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Sep 03 13:11:08 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Sep 05 10:12:12 2024 +0900 |
tree | efe37125de6b7a07b9e8befad21992e6022fbd71 | |
parent | be8afd69a10c7c92b2444a66a8192f8338cd1369 [diff] |
Implement early_virtmgr early_virtmgr will serve clients as a service running early boot VMs which can start before /data mount. early_virtmgr will act similar to virtmgr, serving IVirtualizationService aidl interface. See docs/early_vm.md for more details. Bug: 354059713 Test: add a demo binary, see logcat Change-Id: I4e842cb108bf0f6f7620e711ffa429a03c9b25eb
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: