commit | 9fd57b04ea903d93a5e03c57fd8584bf1787631c | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue May 28 09:50:22 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Jun 17 09:41:42 2024 +0000 |
tree | e84d459f56989f63af741d25bd9faad88f433410 | |
parent | 1988439062e084450f10fd76f6d4e2424bff233f [diff] |
Create a Rust wrapper for vm_payload And use it in place of directly calling the bindgen-generated interface in our current clients. Bug: 340857915 Test: atest VmAttestationTestApp composd_cmd test-compile Change-Id: I51f1c1ab6a4dce09d9160731aacd83ebb9c0ce07
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: