summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-18 10:07:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-18 10:07:45 +0000
commit07e66dd084836df528a933dcfe2dd164e7c98764 (patch)
tree2e4385e5dce28701f8760e7f6b1d8f3ac2455cfd
parent0c5bbe52281a589bb15124f586f6e559e3c062a9 (diff)
parent446e6bcd4e3bee3cf4a0548288818f28dd7a2cea (diff)
Snap for 8319971 from 446e6bcd4e3bee3cf4a0548288818f28dd7a2cea to t-keystone-qcom-release
Change-Id: I21579409093f3fd316e2400df83645b6ad7dba50
-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