anbox / anbox

Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system
https://anbox.io
GNU General Public License v3.0
8.87k stars 1.15k forks source link

Avoid dkms install if binder and ashmem already compiled in #91

Open inferrna opened 7 years ago

inferrna commented 7 years ago
$ egrep -i ashmem\|binder /boot/config-`uname -r`
CONFIG_ASHMEM=y
CONFIG_ANDROID_BINDER_IPC=y

but anbox-installer still tries to install both via dkms.

morphis commented 7 years ago

That would be nice thing to do in the anbox-installer. Interested in providing a PR on https://github.com/anbox/anbox-installer ?

inferrna commented 7 years ago

Yes, thanks for the link. I'll try to do this.

parithy commented 5 years ago

I think this bug can be closed