Lines Matching refs:distContributions
281 type distContributions struct { struct
288 func (d *distContributions) getCopiesForGoals(goals string) *copiesForGoals { argument
321 func (a *AndroidMkEntries) getDistContributions(mod blueprint.Module) *distContributions {
356 distContributions := &distContributions{}
387 copiesForGoals := distContributions.getCopiesForGoals(goals)
428 return distContributions
433 func generateDistContributionsForMake(distContributions *distContributions) []string { argument
435 for _, d := range distContributions.copiesForGoals {
451 distContributions := a.getDistContributions(mod)
452 if distContributions == nil {
456 return generateDistContributionsForMake(distContributions)