github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/config/linux/bits/android.yml (about) 1 # Copyright 2020 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # Enabled on all Android kernels. 5 6 config: 7 # gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed, 8 # and the package lz4 is not available on the syzbot distros. 9 - KERNEL_GZIP 10 # gki_defconfig uses these settings 11 - CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"] 12 # Disable -Werror for -Wframe-larger-than' warning 13 - KVM_WERROR: n 14 # The kernel hangs during boot on qemu if it's set to 0. 15 - SERIAL_8250_RUNTIME_UARTS: 4 16 - ANDROID_BINDER_IPC_RUST: [v6.12] 17 - NET_VENDOR_GOOGLE