Tags: google/watchface
Tags
Do not deduplicate assets with a null sha (#46) For fonts, we do not compute the sha for deduplication. There was a bug where all resources were put together under the same dedup key if they had a null sha. This change skips resources with a null sha from being deduped.