commit | 5fb5ec075ac2f08304cfe3140b095b2dc646d0d4 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Oct 31 03:39:22 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Oct 31 12:36:59 2024 +0000 |
tree | e81d5cac27629d9368eae23ea4f07eef7ac4a664 | |
parent | 6fec3a49beec0514a54ae776c73f732441f2c73e [diff] |
Hardcode 4096 as block size for dm-verity devices There is no need for block size to be aligned with the page size of the guest kernel. Hardcoding it to 4k makes sure microdroid userspace works both with 4k and 16k kernels. Bug: 376517173 Bug: 376470132 Test: presubmit Test: run MicrodroidTests with microdroid_16k kernel Test: apkdmverity.test Change-Id: I92fd41e4cf65ccf04232804d4d80187f52e707f9
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: