Home
last modified time | relevance | path

Searched refs:prebuiltCommon (Results 1 – 1 of 1) sorted by relevance

/build/soong/apex/
Dprebuilt.go48 type prebuiltCommon struct { struct
57 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { argument
61 func (p *prebuiltCommon) isForceDisabled() bool { argument
65 func (p *prebuiltCommon) checkForceDisable(ctx android.ModuleContext) bool { argument
91 prebuiltCommon anonMember
156 return p.prebuiltCommon.prebuilt.Name(p.ModuleBase.Name())
211 if p.prebuiltCommon.checkForceDisable(ctx) {
249 prebuiltCommon anonMember
293 return a.prebuiltCommon.prebuilt.Name(a.ModuleBase.Name())
315 apexSet := a.prebuiltCommon.prebuilt.SingleSourcePath(ctx)
[all …]