commit | fa76cabd5d3ae47db1b604aef59342d40fa732c4 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Jul 04 00:58:47 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Jul 22 07:45:27 2024 +0000 |
tree | c19e3dd543df6f3ff4e31961a26f90a46f43f9e1 | |
parent | 6465ef3ff0af9e1c62e5470d40fba990a7a06aa0 [diff] |
Add com.android.virt.accessor_demo This provides a reference IAccessor implementation. Test: atest vm_accessor_test Bug: 349578050 Change-Id: I956e8e7706c43c8e672ec669d4c8912f09635061
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: