commit | b2c6f3afbd1d1c02d9a0459151506bee565ad09e | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Jun 06 12:51:53 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Jun 06 12:53:51 2024 +0000 |
tree | 25f782cf599c89107a0488a6524c0ce1ccd36f33 | |
parent | d2b437a478fe25b07914a1ddfe320f4bf9de8535 [diff] |
Move VM DT overlay logic into maybe_create_device_tree_overlay This is just a simple refactoring, in the follow-up patch I will change the logic in the function to only add necessary properties to the VM DT overlay. Bug: 340506965 Test: atest MicrodroidTests Change-Id: I8153c13f4f4a4abcaf4ac28d0e2463e43d8c0e6d
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: