From c0cbe539f363da909013b7f939eb3ad4171c3a04 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 15 Apr 2019 10:32:24 -0700 Subject: [PATCH] Rename kernel config modules from current to Q. Test: builds Bug: 130295628 Change-Id: I4f519d9c67a983df15423f556ecc68586c6a100b --- compatibility_matrices/Android.bp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compatibility_matrices/Android.bp b/compatibility_matrices/Android.bp index 5f56ee94d8..38882a214e 100644 --- a/compatibility_matrices/Android.bp +++ b/compatibility_matrices/Android.bp @@ -70,8 +70,8 @@ vintf_compatibility_matrix { "compatibility_matrix.current.xml", ], kernel_configs: [ - "kernel_config_current_4.9", - "kernel_config_current_4.14", - "kernel_config_current_4.19", + "kernel_config_q_4.9", + "kernel_config_q_4.14", + "kernel_config_q_4.19", ] }