Home
last modified time | relevance | path

Searched refs:OtherModuleExists (Results 1 – 7 of 7) sorted by relevance

/build/soong/apex/
Dvndk.go89 if mctx.OtherModuleExists(vndkApexName) {
/build/soong/java/
Dbootclasspath.go120 if ctx.OtherModuleExists(prebuiltName) {
/build/soong/android/
Dpackaging.go193 if p.IgnoreMissingDependencies && !ctx.OtherModuleExists(dep) {
Doverride_module.go240 if !ctx.OtherModuleExists(base) {
Dprebuilt.go286 if !ctx.OtherModuleExists(name) {
Dapex.go476 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
/build/blueprint/
Dmodule_ctx.go295 OtherModuleExists(name string) bool methodSpec
535 func (m *baseModuleContext) OtherModuleExists(name string) bool { func