Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/soongconfig/
H A Dmodules.go524 type stringVariable struct { struct
525 baseVariable
526 values []string
529 func (s *stringVariable) variableValuesType() reflect.Type {
547 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
556 …*stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {