diff options
| author | 2016-03-23 00:58:39 +0000 | |
|---|---|---|
| committer | 2016-03-23 00:58:40 +0000 | |
| commit | c7a90184e1827a3cfa0a966126720b317563575c (patch) | |
| tree | 753124dce62251e4cd9beb8aeede7a334f1c87e7 | |
| parent | 28d9698f1d32e6b73361c4ae09f9da47ba0c812a (diff) | |
| parent | c56ad2badbe45aceae4ee6f9ed2010bc15543f49 (diff) | |
Merge "Temporarily disable emoji availability check" into nyc-dev
| -rwxr-xr-x | tools/fonts/fontchain_lint.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/fonts/fontchain_lint.py b/tools/fonts/fontchain_lint.py index c16de7b3dfc3..a8483464ff47 100755 --- a/tools/fonts/fontchain_lint.py +++ b/tools/fonts/fontchain_lint.py @@ -255,8 +255,9 @@ def main(): ucd_path = sys.argv[2] parse_ucd(ucd_path) - check_emoji_availability() - check_emoji_defaults() + # Temporarily disable emoji checks for Bug 27785690 + # check_emoji_availability() + # check_emoji_defaults() if __name__ == '__main__': |