Home
last modified time | relevance | path

Searched refs:SoongConfig (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/soongconfig/
Dconfig.go22 type SoongConfig interface { interface
36 func Config(vars map[string]string) SoongConfig {
Dmodules.go416 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…
Dmodules_test.go336 config SoongConfig