New comment by JamiKettunen on void-packages repository https://github.com/void-linux/void-packages/pull/41654#issuecomment-1405473558 Comment: @jcgruenhage I know this isn't exactly the best place to write about this but if you don't mind could you check what configs Waydroid needs to work on the PinePhone? these should be mandatory for running the Android OS itself in LXC container, but extra things are most likely needed to setup the networking: ``` CONFIG_PSI=y # CONFIG_PSI_DEFAULT_DISABLED is not set CONFIG_ANDROID_BINDER_DEVICES="" ``` (the last one isn't mandatory but those default nodes aren't required since [`ANDROID_BINDERFS`](https://cateee.net/lkddb/web-lkddb/ANDROID_BINDERFS.html) is enabled for runtime binder configuration) As a reference you can mostly just use `pmbootstrap kconfig check --waydroid --file ` (maybe also check against `--container` if there's still issues)