Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dbase_module_context.go343 type AllowDisabledModuleDependency interface { interface
345 AllowDisabledModuleDependency(target Module) bool methodSpec
351 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func
371 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {
392 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependencyProxy(b, a…
/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go456 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
478 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go121 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
134 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go108 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
121 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
/aosp_15_r20/build/soong/cc/
H A Dsanitize.go1833 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)