Searched refs:OtherModuleErrorf (Results 1 – 8 of 8) sorted by relevance
/build/soong/android/ |
D | base_module_context.go | 46 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) methodSpec 241 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) { func 242 b.bp.OtherModuleErrorf(m, fmt, args...)
|
D | apex.go | 990 ctx.OtherModuleErrorf(m, "must set min_sdk_version") 996 ctx.OtherModuleErrorf(to, "should support min_sdk_version(%v) for %q: %v."+
|
D | prebuilt.go | 456 ctx.OtherModuleErrorf(p, "partition is different: %s(%s) != %s(%s)",
|
/build/soong/apex/ |
D | prebuilt.go | 543 ctx.OtherModuleErrorf(prebuilt, "compile_multilib shouldn't be \"both\" for prebuilt_apex") 571 …ctx.OtherModuleErrorf(prebuilt, "prebuilt_apex does not support %q", multiTargets[0].Arch.String())
|
D | apex.go | 2736 …ctx.OtherModuleErrorf(module, "is included in updatable apex %v, it must not set generate_classpat…
|
/build/soong/cc/ |
D | cmake_snapshot.go | 207 ctx.OtherModuleErrorf(m, "Dependency %s doesn't exist", lib)
|
/build/blueprint/ |
D | module_ctx.go | 297 OtherModuleErrorf(m Module, fmt string, args ...interface{}) methodSpec 523 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
|
/build/soong/java/ |
D | app.go | 417 …ctx.OtherModuleErrorf(dep, "min_sdk_version(%v) is higher than min_sdk_version(%v) of the containi…
|