Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go264 OtherModuleType(m Module) string methodSpec
470 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
/build/soong/android/
Dmodule.go118 OtherModuleType(m blueprint.Module) string methodSpec
1517 func (b *baseModuleContext) OtherModuleType(m blueprint.Module) string { func
1518 return b.bp.OtherModuleType(m)
/build/soong/apex/
Dapex.go2075 …ctx.PropertyErrorf("java_libs", "%q of type %q is not supported", depName, ctx.OtherModuleType(chi…