pmb/config: vndbinder ANDROID_BINDER_DEVICE is required for Waydroid (MR 2190)

Fixes 'ERROR: Binder node "vndbinder" for waydroid not found' during
'waydroid init'.
This commit is contained in:
Jami Kettunen 2022-06-15 18:35:37 +03:00
parent 22117de4bd
commit c0cec06df8
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ necessary_kconfig_options_anbox = {
"TMPFS_XATTR": True,
"ANDROID_BINDER_IPC": True,
"ANDROID_BINDERFS": False,
"ANDROID_BINDER_DEVICES": ["binder", "hwbinder"],
"ANDROID_BINDER_DEVICES": ["binder", "hwbinder", "vndbinder"],
"NETFILTER_XTABLES": True,
"NETFILTER_XT_MATCH_COMMENT": True,
"IP_NF_MANGLE": True,