diff options
| author | Lee Jones <lee.jones@linaro.org> | 2021-10-19 16:11:10 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-20 16:10:48 +0200 |
| commit | 271e6401d0e6140964d02fd5f18972fb6b732ae8 (patch) | |
| tree | 586f91379b71835898a62d9911d53e88c8ace564 /dashboard/config/linux/bits/android-5.10.yml | |
| parent | d1baf2f47063e58b159aad8ec4e58bd0cb2fbbfd (diff) | |
dashboard/config/linux: add support for Android v5.10
The tag that is provided is from 'android12-5.10-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: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'dashboard/config/linux/bits/android-5.10.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android-5.10.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/android-5.10.yml b/dashboard/config/linux/bits/android-5.10.yml new file mode 100644 index 000000000..c3641263b --- /dev/null +++ b/dashboard/config/linux/bits/android-5.10.yml @@ -0,0 +1,13 @@ +# Copyright 2021 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: android12-5.10-lts +kernel: + repo: https://android.googlesource.com/kernel/common + tag: a336e746e30eb + +shell: + - make gki_defconfig |
