Searched refs:strictVisitDeps (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/android/ |
H A D | module.go | 1784 ctx.baseModuleContext.strictVisitDeps = !m.IsCommonOSVariant() 1820 …x.validateAndroidModule(bm, ctx.OtherModuleDependencyTag(m), ctx.baseModuleContext.strictVisitDeps) 2015 strictVisitDeps bool // If true, enforce that all dependencies are enabled member 2363 …lidateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisitDeps); aModule != … 2371 …lidateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisitDeps); aModule != … 2383 …lidateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisitDeps); aModule != … 2397 …lidateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisitDeps); aModule != … 2407 …lidateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisitDeps); aModule != …
|