Home
last modified time | relevance | path

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

/aosp12/build/soong/dexpreopt/
H A Dconfig.go375 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
391 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
/aosp12/build/soong/android/
H A Dmodule.go2247 type AllowDisabledModuleDependency interface { interface
2249 AllowDisabledModuleDependency(target Module) bool
2265 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {