Home
last modified time | relevance | path

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

/build/soong/android/
Dlicense_metadata.go88 if isContainer || isInstallDepNeeded(dep, ctx.OtherModuleDependencyTag(dep)) {
Dmodule.go1487 if isInstallDepNeeded(dep, ctx.OtherModuleDependencyTag(dep)) {
1504 func isInstallDepNeeded(dep Module, tag blueprint.DependencyTag) bool { func