Enable Android Binder (binderfs) for Waydroid Support ⭐⭐⭐⭐⭐ #50
Replies: 2 comments
|
Binderfs is in. The guest kernel is built with That turned out not to be enough for Waydroid. @Peterlovesvscode got it working in a fork, and the missing piece was PSI: the stock kernel had PSI is now enabled in the kernel for the next release. Verified in the guest on a current build: One thing that is still manual: binderfs is not mounted at boot, so you need mkdir -p /dev/binderfs
mount -t binder binder /dev/binderfsIf you get Waydroid running on the next release without a fork, please say so here, and likewise if something else is still missing. Thanks to @Peterlovesvscode for finding the actual cause. |
|
The kernel option Waydroid was still missing, pressure stall information ( |
Uh oh!
There was an error while loading. Please reload this page.
Would you consider enabling Android Binder (CONFIG_ANDROID_BINDER_IPC and binderfs) in the Podroid kernel? Alpine already packages Waydroid, and Podroid already supports LXC.
All reactions