Searched defs:configKey (Results 1 – 2 of 2) sorted by relevance
| /build/soong/android/ |
| D | bazel_handler.go | 117 type configKey struct { struct 118 arch string 119 osType OsType 120 apexKey ApexConfigKey 139 func (c configKey) String() string { 147 configKey configKey member 150 func makeCqueryKey(label string, cqueryRequest cqueryRequest, cfgKey configKey) cqueryKey { 175 QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey) 182 GetOutputFiles(label string, cfgKey configKey) ([]string, error) 185 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error) [all …]
|
| D | bazel_handler_test.go | 53 func verifyCqueryResult(t *testing.T, ctx *mixedBuildBazelContext, label string, cfg configKey, res…
|