Home
last modified time | relevance | path

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

/aosp12/build/soong/android/soongconfig/
H A Dconfig.go22 type SoongConfig interface { interface
H A Dmodules.go416 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
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…