Searched refs:OtherModuleType (Results 1 – 8 of 8) sorted by relevance
/build/soong/filesystem/ |
D | vbmeta.go | 142 p.Name(), ctx.OtherModuleType(p)) 148 p.Name(), ctx.OtherModuleType(p))
|
/build/soong/android/ |
D | licenses.go | 257 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
|
D | module.go | 187 OtherModuleType(m blueprint.Module) string methodSpec 2038 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { func 2039 return b.bp.OtherModuleType(m)
|
/build/blueprint/ |
D | module_ctx.go | 282 OtherModuleType(m Module) string methodSpec 502 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
|
/build/soong/sh/ |
D | sh_binary.go | 403 …ctx.PropertyErrorf(property, "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(dep…
|
/build/soong/apex/ |
D | apex.go | 1733 …ctx.PropertyErrorf("java_libs", "%q of type %q is not supported", depName, ctx.OtherModuleType(chi… 1940 …ootclasspath_fragment content %q of type %q is not supported", depName, ctx.OtherModuleType(child)) 1950 …verclasspath_fragment content %q of type %q is not supported", depName, ctx.OtherModuleType(child))
|
/build/soong/java/ |
D | hiddenapi_modular.go | 286 …cy %s of module type %s does not support providing a dex jar", module, ctx.OtherModuleType(module))
|
D | java.go | 841 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…
|