commit | f15d3f4f09c7008dab89154765079eb9a748ffd9 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri May 21 23:54:13 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 21 23:54:13 2021 +0000 |
tree | 41659211c4fceb2f41a650a9e9758512798b2476 | |
parent | 40ee2fc3b8988bec06873d9e2f54bb17b6f7ccca [diff] | |
parent | feccaa329768fec609f82104243a91cd8a4c2782 [diff] |
Merge "Fix 'kernel_config' error." am: e19ee04dd6 am: feccaa3297 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1714398 Change-Id: Ic220f58bc79038dc4dd16b1776f5ba7c62c19f23
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)) } })