commit | adb33936c448a6e783ca0f81a716710bdbf019df | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Jun 07 14:33:56 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Jun 07 16:36:32 2023 +0100 |
tree | 43bbf63a5574ad609a0ac9fbc960ec2430e4ad0c | |
parent | 26c35ed290c870c2d091583182e491d8ff360537 [diff] |
Add prebuilt kernel that supports loading modules So far this kernel is based on GKI with some configs tweaked. Since it will be only used for development, a locally built kernel image is checked in. The PRODUCT_AVF_KERNEL_MODULES_ENABLED build flag controls whether the com.android.virt APEX should also include kernel that supports loading modules. Bug: 283822676 Bug: 278008256 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid \ --protected \ --kernel=/apex/com.android.virt/etc/fs/microdroid_kernel_with_modules Change-Id: I366fb54a3ffbb2f4a5025fa1f9d02d405a497e20
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.