commit | 11333c6497a777544f7ff683168932f739ddd88d | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Thu Nov 09 04:26:39 2023 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Nov 09 04:29:09 2023 +0000 |
tree | ccc6b0184249200ca4bc38ba8f8bfae969627ac0 | |
parent | 180a7c2907687029b85144a2b34a0860a5495815 [diff] |
Switch ParcelFileDescriptor to OwnerFd The inner type of ParcelFileDescriptor is switching from std::fs::File to std::os::fd::OwnedFd. Update all uses accordingly. Bug: 242243245 Test: m Change-Id: I10fce8d12f46f7dbbe12d399d7d5b970ccf313e0
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: