Add Emoji 11 font will all glyphs

We now use different glyphs for couple with heart emoji. This CL
removes the constraint from font chain lint.

Test: m fontchain_lint
Test: Build and visual check
Bug: 77148691
Change-Id: I56dd3c1e1258bab2fcbdf42e5c42587e45dd92fe
diff --git a/tools/fonts/fontchain_linter.py b/tools/fonts/fontchain_linter.py
index e50ef42..ffca466 100755
--- a/tools/fonts/fontchain_linter.py
+++ b/tools/fonts/fontchain_linter.py
@@ -531,8 +531,6 @@
 ZWJ_IDENTICALS = {
     # KISS
     (0x1F469, 0x200D, 0x2764, 0x200D, 0x1F48B, 0x200D, 0x1F468): 0x1F48F,
-    # COUPLE WITH HEART
-    (0x1F469, 0x200D, 0x2764, 0x200D, 0x1F468): 0x1F491,
     # FAMILY
     (0x1F468, 0x200D, 0x1F469, 0x200D, 0x1F466): 0x1F46A,
 }