Searched refs:AllowDisabledModuleDependency (Results 1 – 2 of 2) sorted by relevance
375 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func391 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
2247 type AllowDisabledModuleDependency interface { interface2249 AllowDisabledModuleDependency(target Module) bool2265 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {