From ba24ffcde7219e5374bb0b093368a58009c85d1d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 11 Dec 2020 08:59:12 +0100 Subject: 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. --- dashboard/config/linux/bits/android.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dashboard/config/linux/bits/android.yml (limited to 'dashboard/config/linux/bits/android.yml') 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 -- cgit mrf-deployment