mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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
This commit is contained in:
@@ -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))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user