Home
last modified time | relevance | path

Searched defs:bazelPaths (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dbazel_handler.go223 …createBazelCommand(config Config, paths *bazelPaths, runName bazel.RunName, command bazelCommand, …
227 type bazelPaths struct { struct
228 homeDir string
229 bazelPath string
230 outputBase string
231 workspaceDir string
232 soongOutDir string
233 metricsDir string
234 bazelDepsFile string
627 func (p *bazelPaths) BazelMetricsDir() string {
[all …]