commit | 192e99caee77ddeb1df67bb56f9f0562261fb7d6 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Fri Dec 15 16:42:39 2023 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Mon Dec 18 14:01:38 2023 +0900 |
tree | cad8c320609f57fedc2355362222fb045268deb2 | |
parent | b4db6b207c2f801bd84882c70296b8a8034f2160 [diff] |
Extract root hash instead of public key from microdroid vendor image Bug: 285855436 Test: atest virtualizationmanager_device_test Test: atest MicrodroidTests#bootsWithVendorPartition Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --vendor /vendor/etc/avf/microdroid/microdroid_vendor.img Change-Id: I15bae3b53e52311ecbea644a6e78ab81e19f443e
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: