mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 03:30:22 +01:00
Enable GPU in crosvm
When the GPU feature is turned on in crosvm, these modules are added as dependencies. Since crosvm is included in the virt APEX, add the APEX to the apex_available properties of the modules to make them available in the APEX.
This commit is contained in:
parent
d9043a256f
commit
4bd09d78df
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ cc_library_headers {
|
|||
host_supported: true,
|
||||
defaults: ["libdrm_defaults"],
|
||||
export_include_dirs: ["include/drm", "android"],
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.virt",
|
||||
],
|
||||
}
|
||||
|
||||
// Library for the device
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue