From 42d17688d4dbb5d63ac92d26a84053581d4ffba3 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 10 Jul 2023 17:21:30 -0700 Subject: [PATCH] compatibility_matrices: Only allow core HALs for system FCMs. For system FCMs (except device-specific system FCM), only allow android.* and mapper HALs. Test: TH Bug: 290408770 Change-Id: I4c3908911440a3c154200a6c7b338f92bd724a68 --- compatibility_matrices/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index b3ca29309d..712f28a938 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -31,6 +31,7 @@ vintf_compatibility_matrix { "kernel_config_q_4.14", "kernel_config_q_4.19", ], + core_hals: "only", } vintf_compatibility_matrix { @@ -44,6 +45,7 @@ vintf_compatibility_matrix { "kernel_config_r_4.19", "kernel_config_r_5.4", ], + core_hals: "only", } vintf_compatibility_matrix { @@ -57,6 +59,7 @@ vintf_compatibility_matrix { "kernel_config_s_5.4", "kernel_config_s_5.10", ], + core_hals: "only", } vintf_compatibility_matrix { @@ -69,6 +72,7 @@ vintf_compatibility_matrix { "kernel_config_t_5.10", "kernel_config_t_5.15", ], + core_hals: "only", } vintf_compatibility_matrix { @@ -81,6 +85,7 @@ vintf_compatibility_matrix { "kernel_config_u_5.15", "kernel_config_u_6.1", ], + core_hals: "only", } vintf_compatibility_matrix { @@ -93,4 +98,5 @@ vintf_compatibility_matrix { "kernel_config_v_5.15", "kernel_config_v_6.1", ], + core_hals: "only", }