commit | bea3a6e6cd6c7727142d2054e878387669e7b116 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Sep 12 14:27:16 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Sep 12 14:28:51 2023 +0100 |
tree | 9e71968cff52852212c07f7185e963df55c15db3 | |
parent | f3482600a5764ce8c853f2d51c43767454f080ec [diff] |
Add boot time benchmark for Microdroid VM with vendor partition Also move the isFeatureEnabled/assumeFeatureEnabled helper functions to MicrodroidDeviceTestBase.java to reuse them in MicrodroidBenchmarks.java Bug: 285855439 Test: atest MicrodroidBenchmarks Change-Id: I5755648c9e5a5a75e33ba83f6d50c576c04047bc
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: