Lines Matching refs:prebuiltCommonProperties
52 prebuiltCommonProperties *PrebuiltCommonProperties member
110 p.prebuiltCommonProperties = properties
116 return proptools.StringDefault(p.prebuiltCommonProperties.Apex_name, p.ModuleBase.BaseModuleName())
124 return p.prebuiltCommonProperties.ForceDisable
142 p.prebuiltCommonProperties.ForceDisable = true
149 …return proptools.StringDefault(p.prebuiltCommonProperties.Filename, p.BaseModuleName()+imageApexSu…
157 return p.prebuiltCommonProperties.Overrides
161 return proptools.BoolDefault(p.prebuiltCommonProperties.Installable, true)
205 entries.AddStrings("LOCAL_OVERRIDES_MODULES", p.prebuiltCommonProperties.Overrides...)
297 for _, exported := range p.prebuiltCommonProperties.Exported_java_libs {
304 for _, exported := range p.prebuiltCommonProperties.Exported_bootclasspath_fragments {
701 …ModuleIfNeeded(ctx, deapexerModuleName(baseModuleName), apexFileSource, p.prebuiltCommonProperties)
704 p.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
719 …p.inputApex = android.OptionalPathForModuleSrc(ctx, p.prebuiltCommonProperties.Selected_apex).Path…
747 for _, overridden := range p.prebuiltCommonProperties.Overrides {
904 …ModuleIfNeeded(ctx, deapexerModuleName(baseModuleName), apexFileSource, a.prebuiltCommonProperties)
907 a.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
926 inputApex := android.OptionalPathForModuleSrc(ctx, a.prebuiltCommonProperties.Selected_apex).Path()
950 for _, overridden := range a.prebuiltCommonProperties.Overrides {