From 2e1716a2f9203313ec5f540b8fe65d516db348b2 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 25 Apr 2022 11:34:52 -0700 Subject: [PATCH] Freeze kernel configs for Android T. Use the frozen kernel configs, not the 'current' unfrozen kernel configs. Test: TH Fixes: 230144764 Change-Id: I2c6b1a1d5ec81acfb60380efeca0e6ee24b33089 Merged-In: I2c6b1a1d5ec81acfb60380efeca0e6ee24b33089 --- compatibility_matrices/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index 7dc6cc75b2..524242f6d3 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -80,8 +80,8 @@ vintf_compatibility_matrix { "compatibility_matrix.7.xml", ], kernel_configs: [ - "kernel_config_current_5.10", - "kernel_config_current_5.15", + "kernel_config_t_5.10", + "kernel_config_t_5.15", ], }