Searched refs:AllowDisabledModuleDependency (Results 1 – 4 of 4) sorted by relevance
303 type AllowDisabledModuleDependency interface { interface305 AllowDisabledModuleDependency(target Module) bool methodSpec310 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func329 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {
452 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func468 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
108 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func115 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
1810 func (t sanitizerLibraryDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func1814 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)