commit | ded7c1e4dc02bd79e67668ff921b8e6315d0954d | [log] [tgz] |
---|---|---|
author | dianlujitao <dianlujitao@lineageos.org> | Mon Apr 06 12:45:36 2020 +0800 |
committer | Marko Man <darkobas@gmail.com> | Sat Oct 24 23:18:58 2020 +0200 |
tree | 4ce9be0fc25a01c755dc987132172baab3668dea | |
parent | 4ddcfb7d3c14bb5afa33ddf95d891dfe496467ad [diff] |
extract_utils: Generate deodexed apk/jar with consistent checksum * zip stores timestamp for all included files. The timestamps of dex files are different across different runs, result in inconsistent checksum of output apk/jar. * Workaround the issue by using fixed timestamp for dex files. Change-Id: I21f3a7e32cdfdb07c5f5c140df2e797efd4a8005