Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go103 type bazelContext struct { struct
104 bazelRunner
105 paths *bazelPaths
106 requests map[cqueryKey]bool // cquery requests that have not yet been issued to Bazel
107 requestMutex sync.Mutex // requests can be written in parallel
109 results map[cqueryKey]string // Results of cquery requests after Bazel invocations
112 buildStatements []bazel.BuildStatement
156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
166 … (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
264 func (context *bazelContext) BazelEnabled() bool {
[all …]