New comment by CameronNemo on void-packages repository https://github.com/void-linux/void-packages/pull/37611#issuecomment-1159594183 Comment: In the PBP config when I was testing Anbox I used `CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"`, but it seems like you are leaving that blank. Any reason to go one way or the other? Do you expect any issues if I use the PBP config as is? (see relevant configs below) ``` CONFIG_ANDROID=y CONFIG_ANDROID_BINDER_IPC=y CONFIG_ANDROID_BINDERFS=y CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder" # CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set ```