diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-22 16:53:09 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-23 09:02:18 +0000 |
| commit | d971f7e21bf575c68223c77d5bcb784ac4912aa1 (patch) | |
| tree | e80b28b38006b247fbab55aadbba8c2703a13e93 /dashboard/config/linux/bits | |
| parent | 3f8fbc095dfc200f862a823b1a61bf41c68e9338 (diff) | |
dashboard/config: add an android-6.12 config
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/android-6.12.yml | 13 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/android-subsystems.yml | 8 |
2 files changed, 18 insertions, 3 deletions
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 diff --git a/dashboard/config/linux/bits/android-subsystems.yml b/dashboard/config/linux/bits/android-subsystems.yml index 34d8a6102..4eb4097f7 100644 --- a/dashboard/config/linux/bits/android-subsystems.yml +++ b/dashboard/config/linux/bits/android-subsystems.yml @@ -8,7 +8,8 @@ config: - INCREMENTAL_FS - USB_CONFIGFS: [override] - - USB_CONFIGFS_UEVENT + - USB_CONFIGFS_UEVENT: [-v6.12] + - ANDROID_USB_CONFIGFS_UEVENT: [v6.12] - USB_CONFIGFS_SERIAL - USB_CONFIGFS_ACM - USB_CONFIGFS_OBEX @@ -20,8 +21,9 @@ config: - USB_CONFIGFS_MASS_STORAGE - USB_CONFIGFS_F_LB_SS - USB_CONFIGFS_F_FS - - USB_CONFIGFS_F_ACC - - USB_CONFIGFS_F_AUDIO_SRC + - USB_CONFIGFS_F_ACC: [-v6.12] + - ANDROID_USB_CONFIGFS_F_ACC: [v6.12] + - USB_CONFIGFS_F_AUDIO_SRC: [-v6.12] - USB_CONFIGFS_F_UAC1 - USB_CONFIGFS_F_UAC1_LEGACY - USB_CONFIGFS_F_UAC2 |
