| Index: mojo/tools/deploy_domokit_site.py
|
| diff --git a/mojo/tools/deploy_domokit_site.py b/mojo/tools/deploy_domokit_site.py
|
| index 33264aced62207a98c512967fd4c646fabc87099..8c84939719f2a3f85a1a870a1261cc3f01aebe5b 100755
|
| --- a/mojo/tools/deploy_domokit_site.py
|
| +++ b/mojo/tools/deploy_domokit_site.py
|
| @@ -55,7 +55,7 @@ def sky_or_dart_filter(path):
|
| def assets_filter(path):
|
| if os.path.isdir(path):
|
| return True
|
| - if os.path.basename(os.path.dirname(path)) != '2x_web':
|
| + if os.path.basename(os.path.dirname(path)) != 'drawable-xxhdpi':
|
| return False
|
| # We only use the 18 and 24s for now.
|
| return '18dp' in path or '24dp' in path
|
|
|