commit | 3f40b2b6246374e429678df6394a350b00b3f20e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri May 21 20:25:47 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri May 21 20:28:03 2021 +0000 |
tree | 7feda1e2f9e6346e508cd6db06a8b2f02e6c219d | |
parent | 4757105f06d4fc7c93a5d3e82d3d78c35d71b191 [diff] [blame] |
Fix 'kernel_config' error. The error is on property kernel_configs, but it is described as being on kernel_config. Bug: N/A Test: N/A Change-Id: Ifa58ac370775d5b5d01860be446bc961f52f667f
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)) } })