Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go139 type OutputZip struct { struct
140 outputWriter *zip.Writer
141 stripDirEntries bool
142 emulateJar bool
143 sortEntries bool
144 ignoreDuplicates bool
145 excludeDirs []string
146 excludeFiles []string
147 sourceByDest map[string]ZipEntryContents
161 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) {
[all …]