Android: Remove md5check from dex.py
Noticed that when d8.jar was updated recently, the dex was not rebuilt. This is because d8.jar was missing from the inputs list for md5check. Since inputs to dex.py are all generated files, it does not benefit from using md5check anyways (the main point of it is to not rebuild files when timestamps change to to changing git branches). Change-Id: Ia429556911bd6f9f0d276845ec614befea92dde0 Reviewed-on: https://chromium-review.googlesource.com/1117120Reviewed-by:Eric Stevenson <estevenson@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#570861}
Showing
Please register or sign in to comment