From 15e1da7b57c0124b38fe07ff4aa86a55a1a065f9 Mon Sep 17 00:00:00 2001 From: Space Meyer Date: Mon, 14 Nov 2022 11:46:00 +0000 Subject: dashboard/config: move android 5.10 specifics out of android.yml See discussion here about why this affected android 5.4: https://github.com/google/syzkaller/pull/3518#issuecomment-1313533618 --- dashboard/config/linux/bits/android.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'dashboard/config/linux/bits/android.yml') diff --git a/dashboard/config/linux/bits/android.yml b/dashboard/config/linux/bits/android.yml index 949c0c3d1..d591caf14 100644 --- a/dashboard/config/linux/bits/android.yml +++ b/dashboard/config/linux/bits/android.yml @@ -9,8 +9,5 @@ config: - KERNEL_GZIP # gki_defconfig uses these settings - CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"] - # Android has back-ported the KASAN_STACK_ENABLE => KASAN_STACK rename from v5.11 - - KASAN_STACK_ENABLE: [n, v5.10, override] - - KASAN_STACK: [v5.10, override] # Disable -Werror for -Wframe-larger-than' warning - KVM_WERROR: n -- cgit mrf-deployment