mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Many of the .so files in out/Debug are hundreds of megabytes in size. md5sum can take seconds to churn through them all, so I've added a small caching layer which makes this script take no time in the common case. R=abarth@chromium.org BUG= Review URL: https://codereview.chromium.org/865463004