Searched defs:SoongConfig (Results 1 – 3 of 3) sorted by relevance
22 type SoongConfig interface { interface
425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…513 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error)
505 func newTracingConfig(config soongconfig.SoongConfig) *tracingConfig {