commit | feccaa329768fec609f82104243a91cd8a4c2782 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri May 21 23:40:09 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 21 23:40:09 2021 +0000 |
tree | 484fcf16d626c5829b0ac379a39aa6a929539845 | |
parent | 7c26b15e750ac7b5419ccf800db23ccfe3c9f667 [diff] | |
parent | e19ee04dd686008e06e70c612504aaf387b992b2 [diff] |
Merge "Fix 'kernel_config' error." am: e19ee04dd6 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1714398 Change-Id: I83c208ddf6fe8c93b8cca887113d7f5d0630d4ba
diff --git a/compatibility_matrices/build/vintf_compatibility_matrix.go b/compatibility_matrices/build/vintf_compatibility_matrix.go index f1bd0ae..c72cbde 100644 --- a/compatibility_matrices/build/vintf_compatibility_matrix.go +++ b/compatibility_matrices/build/vintf_compatibility_matrix.go
@@ -153,7 +153,7 @@ if k, ok := m.(*configs.KernelConfigRule); ok { inputPaths = append(inputPaths, k.OutputPath()) } else { - ctx.PropertyErrorf("kernel_config", + ctx.PropertyErrorf("kernel_configs", "module %q is not a kernel_config", ctx.OtherModuleName(m)) } })