Home
last modified time | relevance | path

Searched refs:RunBazel (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/build/
Dbuild.go102 RunBazel = 1 << iota const
105 RunAllWithBazel = RunProductConfig | RunSoong | RunKati | RunKatiNinja | RunBazel
312 if what&RunBazel != 0 {
Dbazel.go56 ctx.BeginTrace(metrics.RunBazel, "bazel")
/build/soong/ui/metrics/
Dmetrics.go64 RunBazel = "bazel" const
99 case RunBazel: