Searched refs:SoongConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/soongconfig/ |
D | config.go | 22 type SoongConfig interface { interface 36 func Config(vars map[string]string) SoongConfig {
|
D | modules.go | 416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument 492 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) argument 535 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, … 625 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err… 660 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e…
|
D | modules_test.go | 336 config SoongConfig
|