Home
last modified time | relevance | path

Searched refs:ModuleErrorf (Results 1 – 12 of 12) sorted by relevance

/build/soong/cc/
Dstl.go52 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", stl.Properties.Stl)
63 ctx.ModuleErrorf("stl: %q is not a supported STL", stl.Properties.Stl)
80 ctx.ModuleErrorf("stl: %q is not a supported STL", stl.Properties.Stl)
Dcc.go661 …ctx.ModuleErrorf("Toolchain not found for %s %s arch %q", hod.String(), ht.String(), arch.String())
772 ctx.ModuleErrorf("depends on disabled module %q", otherName)
776 ctx.ModuleErrorf("host/device mismatch between %q and %q", ctx.ModuleName(),
783 ctx.ModuleErrorf("multiple modules satisified dependency on %q", otherName)
793 ctx.ModuleErrorf("module %q missing output file", otherName)
797 ctx.ModuleErrorf("module %q not an android module", otherName)
802 ctx.ModuleErrorf("unsatisified dependency on %q", n)
835 ctx.ModuleErrorf("module %q not a static library", ctx.OtherModuleName(m))
838 ctx.ModuleErrorf("module %q not an android module", ctx.OtherModuleName(m))
866 ctx.ModuleErrorf("module %s did not provide an output file", otherName)
[all …]
Dbuilder.go179 ctx.ModuleErrorf("File %s has unknown extension", srcFile)
244 ctx.ModuleErrorf("%s", err.Error())
/build/blueprint/
Dsingleton_ctx.go33 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec
100 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func
103 s.error(s.context.ModuleErrorf(logicModule, format, args...))
Dmodule_ctx.go117 ModuleErrorf(fmt string, args ...interface{}) methodSpec
199 func (d *baseModuleContext) ModuleErrorf(format string, func
Dcontext.go2357 func (c *Context) ModuleErrorf(logicModule Module, format string, func
/build/soong/genrule/
Dgenrule.go107 ctx.ModuleErrorf("host tool %q missing output file", ctx.OtherModuleName(module))
110 ctx.ModuleErrorf("unknown dependency %q", ctx.OtherModuleName(module))
/build/soong/common/
Darch.go489 mctx.ModuleErrorf("%s", err.Error())
517 mctx.ModuleErrorf("%s", err.Error())
526 mctx.ModuleErrorf("%s", err.Error())
595 ctx.ModuleErrorf("field %q does not exist", srcPrefix)
Dpaths.go51 ModuleErrorf(format string, args ...interface{}) methodSpec
70 mctx.ModuleErrorf(format, args...)
Dmodule.go612 ctx.ModuleErrorf("glob: %s", err.Error())
/build/soong/java/
Djava.go268 ctx.ModuleErrorf("multiple dependencies with preprocessed aidls:\n %q\n %q",
519 ctx.ModuleErrorf("expected exactly one jar in srcs")
/build/blueprint/bootstrap/
Dbootstrap.go276 ctx.ModuleErrorf("module %s did not specify a valid pkgPath", name)
671 ctx.ModuleErrorf(primaryBuilder, "<-- module %s",