diff options
| author | Tadeusz Struk <tadeusz.struk@linaro.org> | 2022-09-20 16:13:11 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-10-04 10:45:03 +0200 |
| commit | cf4bf0b8b145eb256d10861a5f1ed3e4c6a37c2f (patch) | |
| tree | 2709c79913e05a177a60277ad016282403dc7762 /dashboard/config/linux/bits | |
| parent | dc6152b573c88e2ebe79bea1fbabeaae39308422 (diff) | |
dashboard/config/linux: add support for Android v5.15
The tag that is provided is from 'android13-5.15-lts'.
The LTS version must be used, as it is more up-to-date in terms of
security fixes and stable back-ports than its non-lts counterpart.
Using a tag from the non-lts branch will result in lots of false
positives which would end up wasting quality engineering time.
Signed-off-by: Tadeusz Struk <tadeusz.struk@linaro.org>
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/android-5.15.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/android-5.15.yml b/dashboard/config/linux/bits/android-5.15.yml new file mode 100644 index 000000000..e429ccaa2 --- /dev/null +++ b/dashboard/config/linux/bits/android-5.15.yml @@ -0,0 +1,13 @@ +# Copyright 2022 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: android13-5.15-lts +kernel: + repo: https://android.googlesource.com/kernel/common + tag: 889a0c39fef31 + +shell: + - make gki_defconfig |
