From 2a422dabd3a7e47c23d2421729a73c6afc02ffce Mon Sep 17 00:00:00 2001 From: Tudor Ambarus Date: Thu, 13 Apr 2023 09:58:03 +0000 Subject: dashboard/config/linux: update to latest Android 5.4-lts Update configs to latest android12-5.4-lts. Get rid of CONFIG_REFCOUNT_FULL as the patch removing it got integrated. Signed-off-by: Tudor Ambarus --- dashboard/config/linux/bits/android-5.4.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/android-5.4.yml') diff --git a/dashboard/config/linux/bits/android-5.4.yml b/dashboard/config/linux/bits/android-5.4.yml index a976bb5c8..482a07e56 100644 --- a/dashboard/config/linux/bits/android-5.4.yml +++ b/dashboard/config/linux/bits/android-5.4.yml @@ -4,9 +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.4-lts kernel: repo: https://android.googlesource.com/kernel/common - tag: d7ec680881a1 + tag: android12-5.4.242_r00 shell: - make gki_defconfig -- cgit mrf-deployment