Home
last modified time | relevance | path

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

/aosp12/build/soong/filesystem/
H A Dvbmeta.go142 p.Name(), ctx.OtherModuleType(p))
148 p.Name(), ctx.OtherModuleType(p))
/aosp12/build/soong/android/
H A Dlicenses.go257 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
H A Dmodule.go187 OtherModuleType(m blueprint.Module) string
2038 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { func
2039 return b.bp.OtherModuleType(m)
/aosp12/build/blueprint/
H A Dmodule_ctx.go282 OtherModuleType(m Module) string
502 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
/aosp12/build/soong/sh/
H A Dsh_binary.go403 …ctx.PropertyErrorf(property, "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(dep…
/aosp12/build/soong/apex/
H A Dapex.go1733 …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))
/aosp12/build/soong/java/
H A Dhiddenapi_modular.go286 …cy %s of module type %s does not support providing a dex jar", module, ctx.OtherModuleType(module))
H A Djava.go841 …ctx.PropertyErrorf("jni_libs", "%q of type %q is not supported", dep.Name(), ctx.OtherModuleType(d…