Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dprebuilt.go484 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 Dmodule_ctx.go286 OtherModuleErrorf(m Module, fmt string, args ...interface{})
507 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, func
/aosp12/build/soong/android/
H A Dapex.go944 ctx.OtherModuleErrorf(to, "should support min_sdk_version(%v) for %q: %v."+
H A Dmodule.go154 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 Ddexpreopt_bootjars.go811 ctx.OtherModuleErrorf(module, "Missing permitted_packages")
H A Dapp.go319 …ctx.OtherModuleErrorf(dep, "sdk_version(%v) is higher than min_sdk_version(%v) of the containing a…