Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk.go290 type distContributions struct { struct
292 copiesForGoals []*copiesForGoals
297 func (d *distContributions) getCopiesForGoals(goals string) *copiesForGoals {
451 func generateDistContributionsForMake(distContributions *distContributions) []string { argument