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-5.4.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-5.4.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android-5.4.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dashboard/config/linux/bits/android-5.4.yml b/dashboard/config/linux/bits/android-5.4.yml index 550cba5c7..a976bb5c8 100644 --- a/dashboard/config/linux/bits/android-5.4.yml +++ b/dashboard/config/linux/bits/android-5.4.yml @@ -10,9 +10,3 @@ kernel: shell: - make gki_defconfig - -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 - - INCREMENTAL_FS: [baseline] |
