Lines Matching defs:Module
129 type Module struct { struct
130 android.ModuleBase
131 android.DefaultableModuleBase
132 android.BazelModuleBase
134 properties BaseProperties
135 protoProperties android.ProtoProperties
138 hod android.HostOrDeviceSupported
139 multilib android.Multilib
144 bootstrapper bootstrapper
149 installer installer
153 srcsPathMappings []pathMapping
157 dataPathMappings []pathMapping
160 srcsZip android.Path
163 depsSrcsZips android.Paths
166 installSource android.OptionalPath
169 subAndroidMkOnce map[subAndroidMkProvider]bool
637 func isPythonLibModule(module blueprint.Module) bool {