nixos/waydroid: add FIXME regarding ASHMEM removal in 5.18
This commit is contained in:
parent
b5ee4eca8e
commit
339ce46af2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in
|
|||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isEnabled "ANDROID_BINDER_IPC")
|
||||
(isEnabled "ANDROID_BINDERFS")
|
||||
(isEnabled "ASHMEM")
|
||||
(isEnabled "ASHMEM") # FIXME Needs memfd support instead on Linux 5.18 and waydroid 1.2.1
|
||||
];
|
||||
|
||||
/* NOTE: we always enable this flag even if CONFIG_PSI_DEFAULT_DISABLED is not on
|
||||
|
|
Loading…
Reference in a new issue