Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk.go281 type distContributions struct { struct
283 copiesForGoals []*copiesForGoals
288 func (d *distContributions) getCopiesForGoals(goals string) *copiesForGoals {
433 func generateDistContributionsForMake(distContributions *distContributions) []string { argument