Merge "Revert "soong_zip: set local header crc for symlinks""

This commit is contained in:
Colin Cross 2018-06-23 06:14:33 +00:00 committed by Gerrit Code Review
commit 87d1af0134
1 changed files with 0 additions and 2 deletions

View File

@ -795,8 +795,6 @@ func (z *ZipWriter) writeSymlink(rel, file string) error {
return err
}
fileHeader.CRC32 = crc32.ChecksumIEEE([]byte(dest))
ze := make(chan *zipEntry, 1)
futureReaders := make(chan chan io.Reader, 1)
futureReader := make(chan io.Reader, 1)