commit | 79f52134fe95807eb959569dcce1f4d5a38b0ea6 | [log] [tgz] |
---|---|---|
author | Saswat Padhi <spadhi@chromium.org> | Wed Nov 27 03:56:40 2024 +0000 |
committer | Saswat Padhi <spadhi@chromium.org> | Wed Nov 27 03:57:45 2024 +0000 |
tree | dd73e9a095aadaf9aab749b1ac02cc7e0d67fca8 | |
parent | 803aa8c9a89e4e5d2902291c81aa664a4fe74157 [diff] |
Install `linux-image-generic` in x86_64 containerized builds Currently `./build_in_container.sh -a x86_64` errors out when calling `virt-get-kernel` for x86_64: ``` virt-get-kernel: error: libguestfs error: /usr/bin/supermin exited with error status 1. ``` This is because `/boot` is empty (contains no kernel) in the docker container. As suggested in https://bugzilla.redhat.com/show_bug.cgi?id=1542892, we install `linux-image-generic` before invoking `virt-get-kernel`, if no `linux-image-*` was found. Bug: 381162637 Change-Id: Ie6e2dc859fd6b66ca6ad7e3e01d8f15e2c339165 Flag: EXEMPT desktop only Test: ./build_in_container.sh -a x86_64
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: