Searched refs:OtherModuleErrorf (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/apex/ |
H A D | prebuilt.go | 484 ctx.OtherModuleErrorf(prebuilt, "compile_multilib shouldn't be \"both\" for prebuilt_apex") 503 …ctx.OtherModuleErrorf(prebuilt, "prebuilt_apex does not support %q", multiTargets[0].Arch.String())
|
/aosp12/build/blueprint/ |
H A D | module_ctx.go | 286 OtherModuleErrorf(m Module, fmt string, args ...interface{}) 507 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
|
/aosp12/build/soong/android/ |
H A D | apex.go | 944 ctx.OtherModuleErrorf(to, "should support min_sdk_version(%v) for %q: %v."+
|
H A D | module.go | 154 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) 2022 func (b *baseModuleContext) OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) { func 2023 b.bp.OtherModuleErrorf(m, fmt, args...)
|
/aosp12/build/soong/java/ |
H A D | dexpreopt_bootjars.go | 811 ctx.OtherModuleErrorf(module, "Missing permitted_packages")
|
H A D | app.go | 319 …ctx.OtherModuleErrorf(dep, "sdk_version(%v) is higher than min_sdk_version(%v) of the containing a…
|