commit | c8d8aecb844ee5a724384d3174b8219a6b7ec18c | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Jan 28 21:11:38 2025 +0000 |
committer | Ivan Lozano <ivanlozano@google.com> | Thu Jan 30 19:33:09 2025 +0000 |
tree | e112537d84b729a78e9cec91f58128719f465744 | |
parent | 3392e34e7774696268d73733daff98ab91ca70e0 [diff] |
libvm_payload: Use Rust stubs instead of cc Rust has support for stubs libraries now, so remove the cc_library which wrapped libvm_payload for this purpose and simply use the stubs provided by rust_library. Bug: 203478530 Test: mma Change-Id: I91fc78ae3e96ad116595ebb0ade223fe73d38865
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: