Skip to content
Commit d195dd8e authored by Phil Elwell's avatar Phil Elwell
Browse files

configs: Enable Anbox support on arm64 builds



In order to allow containerised Android apps to run, add the following
config settings on 64-bit builds:

 CONFIG_ANDROID=y
 CONFIG_ANDROID_BINDER_IPC=y
 CONFIG_ANDROID_BINDERFS=y
 CONFIG_ASHMEM=y

This has a memory overhead of about 130kB and no other performance
penalty.

See: https://github.com/raspberrypi/linux/issues/4162

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent 08f15803
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment