Merge "Fix 'kernel_config' error." am: e19ee04dd6

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1714398

Change-Id: I83c208ddf6fe8c93b8cca887113d7f5d0630d4ba
This commit is contained in:
Steven Moreland
2021-05-21 23:40:09 +00:00
committed by Automerger Merge Worker

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))
}
})