Home
last modified time | relevance | path

Searched refs:AllowDisabledModuleDependency (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dbase_module_context.go365 type AllowDisabledModuleDependency interface { interface
367 AllowDisabledModuleDependency(target Module) bool methodSpec
373 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func
393 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {
414 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependencyProxy(b, a…
/build/soong/dexpreopt/
Dconfig.go461 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
483 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
/build/soong/genrule/
Dgenrule.go106 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
119 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
/build/soong/cc/
Dsanitize.go1830 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)