diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-11 08:59:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-11 10:36:22 +0100 |
| commit | ba24ffcde7219e5374bb0b093368a58009c85d1d (patch) | |
| tree | f693a8f04ac3a0807818e984294335a682405371 /dashboard/config/linux/bits/android.yml | |
| parent | f900b48c62114547e55ef3513b9333196ebbb5ca (diff) | |
dashboard/config/linux: fix ChromeOS full/baseline configs
ESD_FS/INCREMENTAL_FS were supposed to be enabled in full config only,
but they were enabled only in baseline config.
Split chromeos.yml to chromeos.yml and chromeos-subsystems.yml
to avoid this mistake in future and the need to write [-baseline].
Also enabled UBS_CONFIG_FS as it seems to be enabled on real devices.
Do the same for Android.
Diffstat (limited to 'dashboard/config/linux/bits/android.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml new file mode 100644 index 000000000..f93d782ed --- /dev/null +++ b/dashboard/config/linux/bits/android.yml @@ -0,0 +1,9 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +# Enabled on all Android kernels. + +config: + # gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed, + # and the package lz4 is not available on the syzbot distros. + - KERNEL_GZIP |
