Searched refs:OtherModuleType (Results 1 – 14 of 14) sorted by relevance
/build/soong/bazel/ |
D | testing.go | 77 func (omc *OtherModuleTestContext) OtherModuleType(m blueprint.Module) string { func
|
D | properties_test.go | 559 mTyp := omc.OtherModuleType(m)
|
D | properties.go | 993 OtherModuleType(m blueprint.Module) string methodSpec
|
/build/soong/filesystem/ |
D | vbmeta.go | 167 p.Name(), ctx.OtherModuleType(p)) 173 p.Name(), ctx.OtherModuleType(p))
|
/build/soong/android/ |
D | base_module_context.go | 79 OtherModuleType(m blueprint.Module) string methodSpec 257 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { func 258 return b.bp.OtherModuleType(m)
|
D | licenses.go | 271 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
|
/build/soong/java/ |
D | fuzz.go | 141 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…
|
D | hiddenapi_modular.go | 311 …cy %s of module type %s does not support providing a dex jar", module, ctx.OtherModuleType(module))
|
D | base.go | 2404 …s unsuitable for use with this property", ctx.OtherModuleName(module), ctx.OtherModuleType(module))
|
D | java.go | 1568 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…
|
/build/blueprint/ |
D | module_ctx.go | 293 OtherModuleType(m Module) string methodSpec 518 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
|
/build/soong/sh/ |
D | sh_binary.go | 494 …ctx.PropertyErrorf(property, "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(dep…
|
/build/soong/apex/ |
D | apex.go | 2064 …ctx.PropertyErrorf("java_libs", "%q of type %q is not supported", depName, ctx.OtherModuleType(chi… 2289 …"bootclasspath_fragment content %q of type %q is not supported", depName, ctx.OtherModuleType(chil… 2304 …verclasspath_fragment content %q of type %q is not supported", depName, ctx.OtherModuleType(child))
|
/build/soong/sdk/ |
D | update.go | 623 moduleType := ctx.OtherModuleType(module)
|