From b5a6aefc111fee268f3e4beb316424ccc09904c4 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Wed, 22 Feb 2023 13:35:52 -0800 Subject: [PATCH] Add 6.1 kernel to current matrix ..and remove 5.10 kernel. Bug: 264456132 Change-Id: I4c111d85b70133351d86bc1f000a388207e23b1b --- compatibility_matrices/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index e1ad1f30ff..622835ebaf 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -78,7 +78,7 @@ vintf_compatibility_matrix { "compatibility_matrix.8.xml", ], kernel_configs: [ - "kernel_config_current_5.10", "kernel_config_current_5.15", + "kernel_config_current_6.1", ], }