commit | 65598c1c2cd2171e6ad061d1e8a03d80d3c6c207 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Feb 04 14:57:19 2025 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Feb 04 14:57:19 2025 +0000 |
tree | 0b3fd49d52c788274a045c8db134a3172eae9d88 | |
parent | f41b0f46591e0a3390cb773381a45963a39ed629 [diff] |
test microdroid vendor images: set avb_hash_algorithm to "sha256" When not specified the avb_hash_algorithm defaults to "sha1", which is discouraged in Android. This also blocks the updated to microdroid kernel prebuilts (the sha1 support was recently removed from the microdroid_defconfig). The aosp/50fb49cabe70cfbde6743acb18543cd14befb7a5 changes build system to default avb_sha_algorithm to "sha256", however it might take some time for that patch to be reviewed, hence manually setting the value here. Test: atest MicrodroidTests Change-Id: I67fb4512b65dcc76843d0a426517b8ef9cc67339
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: