Loading compatibility_matrices/build/vintf_compatibility_matrix.go +1 −1 Original line number Diff line number Diff line Loading @@ -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)) } }) Loading Loading
compatibility_matrices/build/vintf_compatibility_matrix.go +1 −1 Original line number Diff line number Diff line Loading @@ -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)) } }) Loading