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
diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp
index 7dc6cc7..524242f 100644
--- a/compatibility_matrices/Android.bp
+++ b/compatibility_matrices/Android.bp
@@ -80,8 +80,8 @@
         "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",
     ],
 }