Home
last modified time | relevance | path

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

/build/soong/android/
Dbase_module_context.go303 type AllowDisabledModuleDependency interface { interface
305 AllowDisabledModuleDependency(target Module) bool methodSpec
310 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func
329 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {
/build/soong/dexpreopt/
Dconfig.go452 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
468 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
/build/soong/genrule/
Dgenrule.go108 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
115 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
/build/soong/cc/
Dsanitize.go1810 func (t sanitizerLibraryDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
1814 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)