commit | e111203c75d34af00f9c2631e6ece44c5972fec5 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Nov 13 15:09:39 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Nov 14 11:51:06 2023 +0000 |
tree | 9585e0226a822300083b71547b9504469cf28c2e | |
parent | 9e24218dafb46d233976e966dd51be155fb9c38e [diff] |
Flag guard removal of the vendor partition from Microdroid super The MicrodroidHostTests#testBootFailsWhenVbMetaDigestDoesNotMatchBootconfig test built as part of Android UDC CTS binary will fail when running against the -next targets, since that test expects existence of the vendor partition. This patch partially reverts commit baf578de569c8d07c3978dcf3cc8d8ed8968651f, by making removal of the vendor partition conditional on the value of the RELEASE_AVF_ENABLE_VENDOR_MODULES flag (on -next builds flag is disabled, hence the vendor partition will still be present). Note that the /vendor still won't be mounted, since that change is not flag-guarded. I think this should be ok, because in Android U the /vendor partition was effectively empty. Bug: 307904471 Test: atest MicrodroidHostTestCases Change-Id: I40fa72f1343c881bdda546f7539303f2ff971e55
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: