Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go188 copyTo android.WritablePaths // For gensrcs to set on gensrcsMerge rule. member
510 if len(task.copyTo) > 0 {
517 outputFiles = append(outputFiles, task.copyTo...)
658 var copyTo android.WritablePaths
683 copyTo = append(copyTo, outFile)
735 copyTo: copyTo,