Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go280 type MockBazelContext struct { struct
281 OutputBaseDir string
283 LabelToOutputFiles map[string][]string
284 LabelToCcInfo map[string]cquery.CcInfo
285 LabelToPythonBinary map[string]string
286 LabelToApexInfo map[string]cquery.ApexInfo
287 LabelToCcBinary map[string]cquery.CcUnstrippedInfo
289 BazelRequests map[string]bool
292 …(m MockBazelContext) QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey) {
300 func (m MockBazelContext) GetOutputFiles(label string, _ configKey) ([]string, error) {
[all …]