Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dapp.go692 a.extraOutputFiles = append(a.extraOutputFiles, v4SignatureFile)
702 a.extraOutputFiles = append(a.extraOutputFiles, packageFile)
704 a.extraOutputFiles = append(a.extraOutputFiles, v4SignatureFile)
718 for _, extra := range a.extraOutputFiles {
H A Dbase.go313 extraOutputFiles android.Paths member
449 return append(android.Paths{j.outputFile}, j.extraOutputFiles...), nil
H A Dandroidmk.go404 for _, extra := range app.extraOutputFiles {