Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/soongconfig/
H A Dmodules.go98 type ModuleTypeProperties struct { struct
101 Name string
104 Module_type string
108 Config_namespace string
111 Variables []string
114 Bool_variables []string
118 Value_variables []string
122 List_variables []string
125 Properties []string
447 func newModuleType(props *ModuleTypeProperties) (*ModuleType, []error) {