• Andrew Grieve's avatar
    Android: Remove md5check from dex.py · c3c0cac0
    Andrew Grieve authored
    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: default avatarEric Stevenson <estevenson@chromium.org>
    Commit-Queue: agrieve <agrieve@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#570861}
    c3c0cac0
dex.py 6.04 KB