diff options
| author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2023-04-13 10:15:41 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-04 15:27:08 +0200 |
| commit | 3af9ea51f89a1094873a2648577de131bc7cb720 (patch) | |
| tree | 23205ab644112baacc6a8b1960eaf8aa1a9b44a7 /dashboard/config/linux/bits/android-5.10.yml | |
| parent | 2a422dabd3a7e47c23d2421729a73c6afc02ffce (diff) | |
dashboard/config/linux: change branch and update to latest Android 5.10-lts
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>
Diffstat (limited to 'dashboard/config/linux/bits/android-5.10.yml')
| -rw-r--r-- | dashboard/config/linux/bits/android-5.10.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/bits/android-5.10.yml b/dashboard/config/linux/bits/android-5.10.yml index f427496fc..e33a760de 100644 --- a/dashboard/config/linux/bits/android-5.10.yml +++ b/dashboard/config/linux/bits/android-5.10.yml @@ -4,10 +4,10 @@ # 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 +# Following branch: android13-5.10-lts kernel: repo: https://android.googlesource.com/kernel/common - tag: 8d21bcc704ea1 + tag: android13-5.10.177_r00 shell: - make gki_defconfig |
