Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/soongconfig/
H A Dmodules.go425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac…
513 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error)
H A Dconfig.go22 type SoongConfig interface { interface