Home
last modified time | relevance | path

Searched refs:OtherModuleType (Results 1 – 14 of 14) sorted by relevance

/build/soong/bazel/
Dtesting.go77 func (omc *OtherModuleTestContext) OtherModuleType(m blueprint.Module) string { func
Dproperties_test.go559 mTyp := omc.OtherModuleType(m)
Dproperties.go993 OtherModuleType(m blueprint.Module) string methodSpec
/build/soong/filesystem/
Dvbmeta.go167 p.Name(), ctx.OtherModuleType(p))
173 p.Name(), ctx.OtherModuleType(p))
/build/soong/android/
Dbase_module_context.go79 OtherModuleType(m blueprint.Module) string methodSpec
257 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { func
258 return b.bp.OtherModuleType(m)
Dlicenses.go271 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
/build/soong/java/
Dfuzz.go141 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…
Dhiddenapi_modular.go311 …cy %s of module type %s does not support providing a dex jar", module, ctx.OtherModuleType(module))
Dbase.go2404 …s unsuitable for use with this property", ctx.OtherModuleName(module), ctx.OtherModuleType(module))
Djava.go1568 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…
/build/blueprint/
Dmodule_ctx.go293 OtherModuleType(m Module) string methodSpec
518 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
/build/soong/sh/
Dsh_binary.go494 …ctx.PropertyErrorf(property, "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(dep…
/build/soong/apex/
Dapex.go2064 …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/
Dupdate.go623 moduleType := ctx.OtherModuleType(module)