commit | 15f6d08716325a757c63b311fc0929f2df295ee5 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Aug 25 09:11:07 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Sep 04 13:38:22 2023 +0000 |
tree | 93cdcb14d8fc2375854cd192d1f74c65645ce58c | |
parent | 6b8ab309ae3a1fbb0af8b1d73a32672dffbafc33 [diff] |
[rkp] Add IRemotelyProvisionedComponent skeleton impl in host This cl adds the skeleton code of IRemotelyProvisionedComponent in the host. The implementation of each method of this HAL will be added in subsequent cls. Bug: 274881098 Test: atest MicrodroidHostTests Change-Id: I782180ff6e5100b5ab53c49f5ac91ef9c9076111
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:
How-Tos: