Home
last modified time | relevance | path

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

/build/soong/android/
Dwritedocs.go48 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().moduleListFile))
49 deps = append(deps, pathForBuildToolDep(ctx, ctx.Config().ProductVariablesFileName))
Dpaths.go935 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath { func