Merge "compatibility_matrices: Only allow core HALs for system FCMs." into main am: 00e273d023
am: f06a9bc431
am: 609c5af5df
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2652625 Change-Id: I3180d94f3de1bcb92a210d5394d96e56f67f2d2f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c44a6c1b4d
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_q_4.14",
|
"kernel_config_q_4.14",
|
||||||
"kernel_config_q_4.19",
|
"kernel_config_q_4.19",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
||||||
vintf_compatibility_matrix {
|
vintf_compatibility_matrix {
|
||||||
|
@ -44,6 +45,7 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_r_4.19",
|
"kernel_config_r_4.19",
|
||||||
"kernel_config_r_5.4",
|
"kernel_config_r_5.4",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
||||||
vintf_compatibility_matrix {
|
vintf_compatibility_matrix {
|
||||||
|
@ -57,6 +59,7 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_s_5.4",
|
"kernel_config_s_5.4",
|
||||||
"kernel_config_s_5.10",
|
"kernel_config_s_5.10",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
||||||
vintf_compatibility_matrix {
|
vintf_compatibility_matrix {
|
||||||
|
@ -69,6 +72,7 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_t_5.10",
|
"kernel_config_t_5.10",
|
||||||
"kernel_config_t_5.15",
|
"kernel_config_t_5.15",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
||||||
vintf_compatibility_matrix {
|
vintf_compatibility_matrix {
|
||||||
|
@ -81,6 +85,7 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_u_5.15",
|
"kernel_config_u_5.15",
|
||||||
"kernel_config_u_6.1",
|
"kernel_config_u_6.1",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
||||||
vintf_compatibility_matrix {
|
vintf_compatibility_matrix {
|
||||||
|
@ -93,4 +98,5 @@ vintf_compatibility_matrix {
|
||||||
"kernel_config_v_5.15",
|
"kernel_config_v_5.15",
|
||||||
"kernel_config_v_6.1",
|
"kernel_config_v_6.1",
|
||||||
],
|
],
|
||||||
|
core_hals: "only",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue