commit | 3b13329a3c6312beba87a04b21a7d2415af1c57e | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@android.com> | Fri Jan 10 14:43:58 2025 +0000 |
committer | Alan Stokes <alanstokes@android.com> | Fri Jan 10 14:50:01 2025 +0000 |
tree | e917531866c3de68191e6a8a5d2f4a7257471fba | |
parent | 1c205f7bccb2529da40b0fd16cc1064b0a8b3c8e [diff] |
Remove libcstr The `cstr!` macro is redundant, since `cstr!("foo")` can be written instead as `c"foo"`. All known usages of it were removed in commit f46a17c5595017c4e7ca9b18b2c5d12c2b7b7f3e. So now remove the library itself. Test: Presubmits Change-Id: I3f4cec3636aa035e15c0dbd2b2779b31a9ea967a
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: