You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #4162
Signed-off-by: Phil Elwell <[email protected]>
0 commit comments