commit | 000f5b40ac30bd41924838071d71eb27d6861f15 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Sat Apr 27 01:10:06 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed May 22 10:34:52 2024 +0100 |
tree | 9e02c4f597504d073919424706fd9ffe2d31a5b4 | |
parent | e5cca92fe021e327eb0b451fda71d4a55eae6390 [diff] |
libs: Prepare libhyp for move Trivial changes to limit the diff when moving the files to a minimum: - use the relative super::hypervisor path in the (private) back-ends; - get Error and Result directly from crate:: (not crate::error::); - move extern crate alloc next to cfg(no_std) (can be removed at once); - remove (private i.e. unused) "use hypervisor::GeniezoneError" Test: - Change-Id: I55f5c74d0e6fc78eeb5d066174816a60bb10936c
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: