Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go123 type ApexConfigKey struct { struct
124 WithinApex bool
125 ApexSdkVersion string
128 func (c ApexConfigKey) String() string {
368 …ey(label string, request cqueryRequest, arch string, osType OsType, apexKey ApexConfigKey) string {
378 func BuildMockBazelContextResultKey(label string, arch string, osType OsType, apexKey ApexConfigKey
1473 func GetConfigKeyApexVariant(ctx BaseModuleContext, apexKey *ApexConfigKey) configKey {