google / watchface

Apache License 2.0
30 stars 3 forks source link

Do not deduplicate assets with a null sha #46

Closed lucianbc closed 3 months ago

lucianbc commented 3 months ago

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.