fix: binder module not found
the anbox-modules has been deprecated and archived. this moves to the intree binder module
Potentially closes https://github.com/Vanilla-OS/vanilla-system-operator/issues/112
saving this for later
https://docs.kernel.org/admin-guide/binderfs.html
args = Namespace(log='/var/lib/waydroid/waydroid.log', details_to_stdout=False, verbose=False, quiet=False,
wait_for_init=False, action='init', images_path='/var/lib/waydroid/images', force=False,
system_channel='https://ota.waydro.id/system', vendor_channel='https://ota.waydro.id/vendor', rom_type='lineage',
system_type='VANILLA', cache={}, work='/var/lib/waydroid', config='/var/lib/waydroid/waydroid.cfg', sudo_timer=True,
timeout=1800, logfd=<_io.TextIOWrapper name='/var/lib/waydroid/waydroid.log' mode='a+' encoding='UTF-8'>,
arch='x86_64', system_ota='https://ota.waydro.id/system/lineage/waydroid_x86_64/VANILLA.json',
vendor_type='MAINLINE', vendor_ota='https://ota.waydro.id/vendor/waydroid_x86_64/MAINLINE.json')
it looks like for modules, we could either run this helper or just write a short script to do what that helper script does
built in debian binder module doesn't work, this pr wouldn't really fix anything
Can you be more specific about how it doesn't work?
I'm not saying that you're wrong. I haven't been able to get waydroid working at all on vanilla so I can't exactly verify. So I'm just going off of if it loads and what waydroid does to configure on Debian
It simply doesn't work, it shows as loaded but does not do anything. Either way, I am reworking the way waydroid works, I dont see why we should put more effort intofixing an inherently broken way of doing it
Can we close this since the plan is to have a sysext?