Merge "Fix 'kernel_config' error."

This commit is contained in:
Steven Moreland
2021-05-21 23:23:47 +00:00
committed by Gerrit Code Review

View File

@@ -153,7 +153,7 @@ func (g *vintfCompatibilityMatrixRule) GenerateAndroidBuildActions(ctx android.M
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))
}
})