commit | 58333e7134bf44e8978357acca39326ddfa090ac | [log] [tgz] |
---|---|---|
author | Saswat Padhi <spadhi@chromium.org> | Wed Feb 12 18:39:39 2025 -0800 |
committer | Saswat Padhi <spadhi@chromium.org> | Wed Feb 12 18:48:18 2025 -0800 |
tree | 6f89da002fdfbe59130c0d1f4d356fdfdd27c5ee | |
parent | d7da915ee277cb24c0042f968da7a9974daeb76d [diff] |
build/debian: Enable DRM in our custom kernel The `cloud` flavor, on which our `avf` flavor is based, disables several kernel configs. In particular, it disabled the DRM which is necessary for rendering the VM's display. In this CL, we: 1. reorganize the "patches" and "configs" under kernel/ 2. enable `CONFIG_DRM` for our `avf` flavor Bug: 396003095 Test: ./build_in_container.sh -a aarch64 -k Test: deployed on Komodo, and run `enable_display && weston-terminal` Change-Id: Ied14f655e1d9016d987cf3b6334ba2c3befd547b
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: