commit | d95de957ffe12dce051294661f6d2f83c4995253 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon Oct 23 13:26:29 2023 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue Oct 24 10:58:28 2023 +0900 |
tree | 0697ad2609942db59735abfac14400810e4c69ba | |
parent | 17bf9631177f37cd83f8f6d4384923b5fcd327de [diff] |
Let test_microdroid_vendor_image use avb This change will allow using avb and public key for the vendor partition verification. Bug: 285855436 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --vendor /data/local/tmp/test_microdroid_vendor_image.img Test: atest MicrodroidTestApp using ABTD Change-Id: I829b90be4c7f5c4b6c0450b129ab6423f5bfc2b6
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: