Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go141 type OutputZip struct { struct
142 outputWriter *zip.Writer
143 stripDirEntries bool
144 emulateJar bool
145 sortEntries bool
146 ignoreDuplicates bool
147 excludeDirs []string
148 excludeFiles []string
149 sourceByDest map[string]ZipEntryContents