Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go101 type ModuleTypeProperties struct { struct
104 Name string
107 Module_type string
111 Config_namespace string
114 Variables []string
117 Bool_variables []string
121 Value_variables []string
124 Properties []string
550 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) {