Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go99 type ModuleTypeProperties struct { struct
102 Name string
105 Module_type string
109 Config_namespace string
112 Variables []string
115 Bool_variables []string
119 Value_variables []string
122 Properties []string
438 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) {