Skip to content

Commit

Permalink
Enable binder and ashmem modules
Browse files Browse the repository at this point in the history
Anbox is a free and open-source compatibility layer that aims to allow
mobile applications and mobile games developed for Android to run on
GNU/Linux distributions.

The application needs binder and ashmem modules to work. The project
used to provide dkms modules alongside the application itself. The dkms
modules, however, are not compatible with kernel versions 5.7.0+. So to
be able to use anbox one needs to compile the modules which exist in
kernel tree.

It's seems a good idea to compile the modules for 5.7.0+ kernels.

close #16
  • Loading branch information
A-Shahbazi authored and clrpackages committed Jul 29, 2021
1 parent 139131f commit 5611c75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config-fragment
Original file line number Diff line number Diff line change
Expand Up @@ -3999,3 +3999,9 @@ CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
CONFIG_ZSWAP_ZPOOL_DEFAULT="zbud"
# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set
CONFIG_ASHMEM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set

0 comments on commit 5611c75

Please sign in to comment.