commit | 407df8ff3cceb441c39392f05da6491d08a3deac | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Tue Aug 27 19:39:16 2024 +0000 |
committer | Devin Moore <devinmoore@google.com> | Thu Oct 10 21:08:07 2024 +0000 |
tree | ddf0f8aef679ae1855f76dfc44b311ca6fe41dd7 | |
parent | 256e919202c329638f1c1df96c56771c94d76416 [diff] |
Remove IAccessor implementation and use libbinder APIs libbinder is now the only library that has access to the IAccessor type. Remove the implementation and use the new libbinder APIs in virtmgr and the vm_access_test. Test: atest vm_accessor_test Bug: 353492849 Change-Id: I3033d34ce3b6634a24a8bddd5f1c0d7130c917bf
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: