Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk.go281 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 {
[all …]