Home
last modified time | relevance | path

Searched refs:OtherModuleErrorf (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dbase_module_context.go46 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...)
Dapex.go990 ctx.OtherModuleErrorf(m, "must set min_sdk_version")
996 ctx.OtherModuleErrorf(to, "should support min_sdk_version(%v) for %q: %v."+
Dprebuilt.go456 ctx.OtherModuleErrorf(p, "partition is different: %s(%s) != %s(%s)",
/build/soong/apex/
Dprebuilt.go543 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())
Dapex.go2736 …ctx.OtherModuleErrorf(module, "is included in updatable apex %v, it must not set generate_classpat…
/build/soong/cc/
Dcmake_snapshot.go207 ctx.OtherModuleErrorf(m, "Dependency %s doesn't exist", lib)
/build/blueprint/
Dmodule_ctx.go297 OtherModuleErrorf(m Module, fmt string, args ...interface{}) methodSpec
523 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
/build/soong/java/
Dapp.go417 …ctx.OtherModuleErrorf(dep, "min_sdk_version(%v) is higher than min_sdk_version(%v) of the containi…