commit | a4448a4120fbf1f0a0d0f32a61f3e95a663fbdd5 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Dec 04 13:27:24 2024 -0800 |
committer | Cole Faust <colefaust@google.com> | Wed Dec 04 13:27:24 2024 -0800 |
tree | a689db8079d70b507ae83b8391aef5ca366dd726 | |
parent | 8cd2ab8c13a54020f65e6f9a81c8cd855753c8dd [diff] |
Add use_fec: false to microdroid partitions Previously, all android_filesystem and android_system_image module types always passed --do_not_generate_fec to avbtool. However, most regular android partitions do include fec. So just disable fec for microdroid explicitly. sign_virt_apex_test doesn't pass unless fec is disabled. Bug: 381120092 Test: atest --host sign_virt_apex_test Change-Id: I9dd63c3afdcb87c089a0bfa18679c6250b2e0253
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: