aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/android-5.10.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: bump Android kernels and configsTudor Ambarus2023-06-291-1/+1
| | | | | | | Bump the Android kernels to their latest SHAs and generate the kernel configs using tools/syz-env. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
* dashboard/config/linux: change branch and update to latest Android 5.10-ltsTudor Ambarus2023-05-041-2/+2
| | | | | | | | | 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 <tudor.ambarus@linaro.org>
* dashboard/config: move android 5.10 specifics out of android.ymlSpace Meyer2022-11-141-0/+4
| | | | | See discussion here about why this affected android 5.4: https://github.com/google/syzkaller/pull/3518#issuecomment-1313533618
* dashboard/config: fold android-5.10-late.yml into android-5.10.ymlSpace Meyer2022-11-141-0/+18
| | | | Due to PR #3513 we no longer need the -late.yml
* dashboard/config: update android 5.10 config (#2899)Taras Madan2021-12-011-1/+1
| | | | Updated the Android 5.10 base to 8d21bcc704ea1 (latest 5.10lts commit). Regenerated configs.
* dashboard/config/linux: add support for Android v5.10Lee Jones2021-10-201-0/+13
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>