From 38e7a770095a0f031a19787a9fae92f23baff29e Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Mon, 28 Jun 2021 17:14:14 -0700 Subject: [PATCH 1/2] Remove 4.19 for T Change-Id: Ib9fb597adb1160901e559fd00d38e009f9de852b --- compatibility_matrices/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index da55347d25..fe530daf8d 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -80,7 +80,6 @@ vintf_compatibility_matrix { "compatibility_matrix.current.xml", ], kernel_configs: [ - "kernel_config_current_4.19", "kernel_config_current_5.4", "kernel_config_current_5.10", ], From b6609b4797857894fbc6420e185f0c21a98ec755 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Mon, 28 Jun 2021 17:19:58 -0700 Subject: [PATCH 2/2] Remove 5.4 for T Unlike 4.19, T can launch with 5.4, but it must be android12-5.4, which is already covered by the 's' compatibility check, even for launch devices. Change-Id: I2a1f85eca2914ccf6e51c6cfa889df0810c9ae20 --- compatibility_matrices/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index fe530daf8d..a59be21482 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -80,7 +80,6 @@ vintf_compatibility_matrix { "compatibility_matrix.current.xml", ], kernel_configs: [ - "kernel_config_current_5.4", "kernel_config_current_5.10", ], }