commit | 2528487c1d3007c65b631cb998d408e04d10cac1 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jul 24 10:07:18 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Jul 24 11:19:49 2024 +0900 |
tree | b263e56c5d01a02a254235c592ec6c0c7d2cbd20 | |
parent | 3a31c71df14c4be72ee94e96042b956491bad03d [diff] |
Re-organize compos directories * compos/apex -> build/compos * compos/composd -> android/composd * compos/composd_cmd -> android/composd_cmd * compos/verify -> android/compos_verify * compos -> guest/compsvc * compos/compos_key_helper -> guest/compos_key_helper * compos/common -> libs/libcompos_common * compos/aidl -> libs/compos_aidl_interface * compos/tests -> tests/ComposHostTestCases * compos/benchmark -> tests/ComposBenchmarkApp Bug: 352458998 Test: pass TH Change-Id: Ib32c38c76305b2a9e64f4b804765b31b2604309b
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: