summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2022-03-17 15:56:08 -0700
committerDaniel Norman <danielnorman@google.com>2022-03-17 15:57:55 -0700
commit446e6bcd4e3bee3cf4a0548288818f28dd7a2cea (patch)
tree2e4385e5dce28701f8760e7f6b1d8f3ac2455cfd
parent8086be9073aad0cdabb1a464e2d9761385b4d638 (diff)
parente2d9d129c77a813cbd3782bef3ce07b8b5a11efe (diff)
Merge TP1A.220310.002
Change-Id: Ibbc41e3a8b420d5af2410b964ecf362b55577cac
-rw-r--r--METADATA1
-rw-r--r--emoji-compat/Android.bp5
-rw-r--r--emoji-compat/font/NotoColorEmojiCompatLegacy.ttfbin0 -> 9187560 bytes
-rw-r--r--fonts.mk5
-rw-r--r--other/NotoSansTamilUI-VF.ttfbin79748 -> 82396 bytes
5 files changed, 11 insertions, 0 deletions
diff --git a/METADATA b/METADATA
index 3814b8d..e545f4c 100644
--- a/METADATA
+++ b/METADATA
@@ -2,5 +2,6 @@
# CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
# DEPENDING ON IT IN YOUR PROJECT. ***
third_party {
+ license_note: "contains OFL fonts"
license_type: BY_EXCEPTION_ONLY
}
diff --git a/emoji-compat/Android.bp b/emoji-compat/Android.bp
index 098e460..afc0bfc 100644
--- a/emoji-compat/Android.bp
+++ b/emoji-compat/Android.bp
@@ -59,6 +59,11 @@ prebuilt_font {
src: "font/NotoColorEmojiFlags.ttf",
}
+prebuilt_font {
+ name: "NotoColorEmojiLegacy.ttf",
+ src: "font/NotoColorEmojiCompatLegacy.ttf",
+}
+
android_test {
name: "EmojiCompatTest",
diff --git a/emoji-compat/font/NotoColorEmojiCompatLegacy.ttf b/emoji-compat/font/NotoColorEmojiCompatLegacy.ttf
new file mode 100644
index 0000000..0565a84
--- /dev/null
+++ b/emoji-compat/font/NotoColorEmojiCompatLegacy.ttf
Binary files differ
diff --git a/fonts.mk b/fonts.mk
index 67d4e30..286c5aa 100644
--- a/fonts.mk
+++ b/fonts.mk
@@ -16,7 +16,12 @@
# PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
# get installed too.
+ifneq ($(CLOCKWORK_PRODUCT),true)
+ PRODUCT_PACKAGES := NotoColorEmojiLegacy.ttf
+endif
+
PRODUCT_PACKAGES := \
+ $(PRODUCT_PACKAGES) \
NotoColorEmoji.ttf \
NotoColorEmojiFlags.ttf \
NotoNaskhArabic-Bold.ttf \
diff --git a/other/NotoSansTamilUI-VF.ttf b/other/NotoSansTamilUI-VF.ttf
index e97c942..12edbd5 100644
--- a/other/NotoSansTamilUI-VF.ttf
+++ b/other/NotoSansTamilUI-VF.ttf
Binary files differ