commit | 462573826d72c865dea2e550884a9d95ae35b8ff | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Jan 03 15:41:22 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Jan 16 10:43:47 2024 +0900 |
tree | 608a8b99661c22af6405c6040705eea4dd1eceb0 | |
parent | 8fe86f698d28781c69a32827661c110fedb296c2 [diff] |
Add test APIs for Microdroid GKI As we'll run MicrodroidTests on all supported GKIs, this adds test APIs to get a list of available OSes and to run a specific microdroid GKI. MicrodroidTests will use the API to retrieve a list of available GKIs and run tests with such GKIs. Bug: 302465542 Test: atest MicrodroidTests Change-Id: I35bb602975776396445f96154e7be3891580e91d
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: