Home
last modified time | relevance | path

Searched defs:AllowDisabledModuleDependency (Results 1 – 4 of 4) 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
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go121 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go108 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func
/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go456 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func