Lines Matching defs:ModuleBase
537 ModuleBase anonMember
1127 type ModuleBase struct { struct
1131 module Module
1133 nameProperties nameProperties
1134 commonProperties commonProperties
1135 distProperties distProperties
1136 variableProperties interface{}
1137 hostAndDeviceProperties hostAndDeviceProperties
1138 generalProperties []interface{}
1145 archProperties [][]interface{}
1147 customizableProperties []interface{}
1150 bazelTargetModuleProperties bazel.BazelTargetModuleProperties
1154 visibilityPropertyInfo []visibilityProperty
1157 primaryVisibilityProperty visibilityProperty
1160 primaryLicensesProperty applicableLicensesProperty
1162 noAddressSanitizer bool
1163 installFiles InstallPaths
1164 installFilesDepSet *installPathsDepSet
1165 checkbuildFiles Paths
1166 packagingSpecs []PackagingSpec
1167 packagingSpecsDepSet *packagingSpecsDepSet
1168 noticeFiles Paths
1169 phonies map[string]Paths
1172 distFiles TaggedDistFiles
1176 installTarget WritablePath
1177 checkbuildTarget WritablePath
1178 blueprintDir string
1180 hooks hooks
1182 registerProps []interface{}
1185 buildParams []BuildParams
1186 ruleParams map[blueprint.Rule]blueprint.RuleParams
1187 variables map[string]string
1189 initRcPaths Paths
1190 vintfFragmentsPaths Paths
1682 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind {