commit | e19ee04dd686008e06e70c612504aaf387b992b2 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri May 21 23:23:47 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 21 23:23:47 2021 +0000 |
tree | 484fcf16d626c5829b0ac379a39aa6a929539845 | |
parent | be6a797247ce34589591ca2d3345be5a7172f2e7 [diff] | |
parent | 3f40b2b6246374e429678df6394a350b00b3f20e [diff] |
Merge "Fix 'kernel_config' error."
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)) } })