From 3af9ea51f89a1094873a2648577de131bc7cb720 Mon Sep 17 00:00:00 2001 From: Tudor Ambarus Date: Thu, 13 Apr 2023 10:15:41 +0000 Subject: dashboard/config/linux: change branch and update to latest Android 5.10-lts Change the Android 5.10-lts branch and update the configs to latest android13-5.10-lts (higher EOL). This also fixes the build error reported at link, as CONFIG_WERROR is now unset. Link: https://syzkaller.appspot.com/bug?id=0f1e1644d7ed28d1d925d6c9e2e2c0c1c18cb794 Signed-off-by: Tudor Ambarus --- dashboard/config/linux/bits/android-5.10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/config/linux/bits/android-5.10.yml') diff --git a/dashboard/config/linux/bits/android-5.10.yml b/dashboard/config/linux/bits/android-5.10.yml index f427496fc..e33a760de 100644 --- a/dashboard/config/linux/bits/android-5.10.yml +++ b/dashboard/config/linux/bits/android-5.10.yml @@ -4,10 +4,10 @@ # See https://source.android.com/setup/build/building-kernels # for details on how to checkout and build Android kernel. -# Following branch: android12-5.10-lts +# Following branch: android13-5.10-lts kernel: repo: https://android.googlesource.com/kernel/common - tag: 8d21bcc704ea1 + tag: android13-5.10.177_r00 shell: - make gki_defconfig -- cgit mrf-deployment