commit | 86f108dcfbd8d447fb6ab06d9d64c9701aacadfc | [log] [tgz] |
---|---|---|
author | Bartłomiej Grzesik <bgrzesik@google.com> | Fri Nov 29 15:48:00 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Fri Jan 31 14:05:26 2025 +0000 |
tree | 070ee0d30f14b5286a2669d6c7b409062c20c97a | |
parent | 86d61610eb63b7730749a606ea4196f40a0b34db [diff] |
vmbase: aarch64: Move power to platform This commit add new directory `arch` that is intended to hold all platform specific source code. Additionally, it moves functions `reboot`, `shutdown` the newly created directory. Bug: 362733888 Test: m libvmbase Change-Id: I515407e2fa55603c07651ef5d85c8c782f5307cd
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: