Try to enable Waydroid configs
Change-Id: Id753712f8cf42840e89a87bc9c1289c9ec2a0995
This commit is contained in:
parent
97a8e46bdb
commit
76ad1e02cd
1 changed files with 11 additions and 4 deletions
|
@ -1504,7 +1504,7 @@ CONFIG_DUMMY=y
|
|||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
CONFIG_TUN=y
|
||||
# CONFIG_TUN_VNET_CROSS_LE is not set
|
||||
# CONFIG_VETH is not set
|
||||
CONFIG_VETH=y
|
||||
# CONFIG_NLMON is not set
|
||||
# CONFIG_ARCNET is not set
|
||||
|
||||
|
@ -3934,7 +3934,7 @@ CONFIG_ANDROID_LOW_MEMORY_KILLER=y
|
|||
CONFIG_ANDROID_LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES=y
|
||||
CONFIG_SYNC=y
|
||||
CONFIG_SW_SYNC=y
|
||||
# CONFIG_SW_SYNC_USER is not set
|
||||
CONFIG_SW_SYNC_USER=y
|
||||
CONFIG_ONESHOT_SYNC=y
|
||||
# CONFIG_ONESHOT_SYNC_USER is not set
|
||||
# CONFIG_ANDROID_VSOC is not set
|
||||
|
@ -4473,7 +4473,7 @@ CONFIG_ARM_PMU=y
|
|||
#
|
||||
CONFIG_ANDROID=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder,anbox-binder,anbox-hwbinder,anbox-vndbinder"
|
||||
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
|
||||
# CONFIG_LIBNVDIMM is not set
|
||||
# CONFIG_NVMEM is not set
|
||||
|
@ -4639,7 +4639,12 @@ CONFIG_SDCARD_FS=y
|
|||
# CONFIG_EFS_FS is not set
|
||||
# CONFIG_LOGFS is not set
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_SQUASHFS is not set
|
||||
CONFIG_SQUASHFS=y
|
||||
CONFIG_SQUASHFS_FILE_DIRECT=y
|
||||
CONFIG_SQUASHFS_DECOMP_MULTI=y
|
||||
CONFIG_SQUASHFS_XATTR=y
|
||||
CONFIG_SQUASHFS_XZ=y
|
||||
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
|
||||
# CONFIG_VXFS_FS is not set
|
||||
# CONFIG_MINIX_FS is not set
|
||||
# CONFIG_OMFS_FS is not set
|
||||
|
@ -5260,3 +5265,5 @@ CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
|
|||
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
|
||||
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
|
||||
CONFIG_EVM_HMAC_VERSION=2
|
||||
CONFIG_NET_CLS_CGROUP=y
|
||||
CONFIG_CGROUP_NET_CLASSID=y
|
||||
|
|
Loading…
Add table
Reference in a new issue