commit | 1bf532b44697cd7ea78b429fffe91dfadfbf1d26 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 13 11:06:20 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 16 13:59:27 2023 +0000 |
tree | 9408660aeb59d27cf10f392f2fb9297a19d6f903 | |
parent | 9e24218dafb46d233976e966dd51be155fb9c38e [diff] |
libs: Move cstr!() into its own crate Make the macro host_supported, for unittests. This overshadows the homonymous crate from crates.io [1] but importing and depending on an external crate for <10 lines of code seems overkill. [1]: https://crates.io/crates/cstr Bug: 308694211 Test: atest libcstr.tests Test: m libcstr Test: m pvmfw_bin rialto_bin vmbase_example_bin Change-Id: If1bf37034fc004a380b3ba528b9d76393a865d3e
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: