Searched refs:distContributions (Results 1 – 1 of 1) sorted by relevance
281 type distContributions struct { struct288 func (d *distContributions) getCopiesForGoals(goals string) *copiesForGoals { argument321 func (a *AndroidMkEntries) getDistContributions(mod blueprint.Module) *distContributions {356 distContributions := &distContributions{}387 copiesForGoals := distContributions.getCopiesForGoals(goals)428 return distContributions433 func generateDistContributionsForMake(distContributions *distContributions) []string { argument435 for _, d := range distContributions.copiesForGoals {451 distContributions := a.getDistContributions(mod)452 if distContributions == nil {[all …]