From d971f7e21bf575c68223c77d5bcb784ac4912aa1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 22 Apr 2025 16:53:09 +0200 Subject: dashboard/config: add an android-6.12 config --- dashboard/config/linux/bits/android-6.12.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dashboard/config/linux/bits/android-6.12.yml (limited to 'dashboard/config/linux/bits/android-6.12.yml') diff --git a/dashboard/config/linux/bits/android-6.12.yml b/dashboard/config/linux/bits/android-6.12.yml new file mode 100644 index 000000000..09a79665c --- /dev/null +++ b/dashboard/config/linux/bits/android-6.12.yml @@ -0,0 +1,13 @@ +# Copyright 2023 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. + +# See https://source.android.com/setup/build/building-kernels +# for details on how to checkout and build Android kernel. + +# Following branch: android16-6.12 +kernel: + repo: https://android.googlesource.com/kernel/common + tag: 063f6b76b907ee6cbe102cdd80e1c850d4eaa7c9 + +shell: + - make gki_defconfig -- cgit mrf-deployment