This is where I don’t understand, Manjaro’s kernel is built with these options since Kernel 5.7
There is literally a “config.anbox” file :
CONFIG_ASHMEM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
Yet when we “modprobe binder-linux”, it doesn’t work.
We can “modprobe binder” (which has no effect because it is baked into the kernel) but that makes no difference. Even making a binderfs directory in /dev/ and mounting the binder to it doesn’t work for anbox.
Has anyone gotten it to work?