Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/merge_zips/
H A Dmerge_zips.go143 type OutputZip struct { struct
144 outputWriter *zip.Writer
145 stripDirEntries bool
146 emulateJar bool
147 sortEntries bool
148 ignoreDuplicates bool
149 excludeDirs []string
150 excludeFiles []string
151 sourceByDest map[string]ZipEntryContents
165 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) {
[all …]