Searched refs:OtherModuleType (Results 1 – 6 of 6) 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…
|
/build/blueprint/ |
D | module_ctx.go | 282 OtherModuleType(m Module) string methodSpec 502 func (m *baseModuleContext) OtherModuleType(logicModule Module) string { func
|
/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…
|