commit | a699751fbe4e83048b666ac728ef4c1a9ebd9269 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Jun 28 13:54:31 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Jun 28 14:16:57 2024 +0100 |
tree | d78a94c198accf7c48e3dbf8295cad9e6d2312d0 | |
parent | d2b437a478fe25b07914a1ddfe320f4bf9de8535 [diff] |
Upgrade code to newer version of Rust Some features were still unstable when some of the code that could have used them was written. Now that AOSP has moved to recent enough version of Rust, where those have been stabilized, let's upgrade our code. Test: m pvmfw librialto libvmbase_example Change-Id: I1e21fe1c4decfc3fe28cbd4f7b25f05595a87d53
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: