soong_jar: Hardcode time
We want reproducible builds, so timestamps are not useful. Change-Id: I5144bc62ac37c3c9d7e0638f3b3648a60d887702
This commit is contained in:
parent
a59a3bc5ec
commit
77a6b8655a
|
@ -86,7 +86,7 @@ func main() {
|
|||
}
|
||||
|
||||
w := &zipWriter{
|
||||
time: time.Now(),
|
||||
time: time.Date(2009, 1, 1, 0, 0, 0, 0, time.UTC),
|
||||
createdDirs: make(map[string]bool),
|
||||
directories: *directories,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue