mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix 'kernel_config' error." am: e19ee04dd6 am: feccaa3297
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1714398 Change-Id: Ic220f58bc79038dc4dd16b1776f5ba7c62c19f23
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