commit | ee0a5c6b1ddad5fac3211e1ac280cfd8f1d4799b | [log] [tgz] |
---|---|---|
author | Bartłomiej Grzesik <bgrzesik@google.com> | Tue Feb 04 09:06:17 2025 +0000 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Tue Feb 04 14:47:57 2025 +0000 |
tree | 60ad32077cac45a16e4defda494afd56fbbce021 | |
parent | 802ad0449e1c10443061e0e325820f2ae6fde367 [diff] |
vmbase: Move Trng internals to arch::aarch64 This commit moves trng implementation from common rand module to a aarch64 arch module. This is at the moment purely cosmetic change, however the purpose is move all aarch64 specific code away from common modules to enable bringup of x86_64 support. Bug: 362733888 Test: m pvmfw Test: pVM boots with pvmfw Change-Id: I5ac315ed38491de8b66f07a5df703cb50786c8bb
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: