From c383acfa06173409bdb91fa9f84e8227ae288687 Mon Sep 17 00:00:00 2001 From: Seigo Nonaka Date: Thu, 25 Feb 2021 18:28:19 -0800 Subject: Rename CutiveMono to meet PostScript name Bug: 179952916 Test: atest CtsTextTestCases CtsGraphicsTestCases Test: atest SystemFontsCanonicalNameTest Change-Id: If69f49a913e73c09d1cd5f64dd5a6a1bb55a38ed --- Android.bp | 4 ++-- CutiveMono-Regular.ttf | Bin 0 -> 69180 bytes CutiveMono.ttf | Bin 69180 -> 0 bytes fonts.mk | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 CutiveMono-Regular.ttf delete mode 100644 CutiveMono.ttf diff --git a/Android.bp b/Android.bp index 7bb241b..e4ce4c9 100644 --- a/Android.bp +++ b/Android.bp @@ -47,6 +47,6 @@ license { } prebuilt_font { - name: "CutiveMono.ttf", - src: "CutiveMono.ttf", + name: "CutiveMono-Regular.ttf", + src: "CutiveMono-Regular.ttf", } diff --git a/CutiveMono-Regular.ttf b/CutiveMono-Regular.ttf new file mode 100644 index 0000000..efe0f33 Binary files /dev/null and b/CutiveMono-Regular.ttf differ diff --git a/CutiveMono.ttf b/CutiveMono.ttf deleted file mode 100644 index efe0f33..0000000 Binary files a/CutiveMono.ttf and /dev/null differ diff --git a/fonts.mk b/fonts.mk index 9b463ab..d00eb71 100644 --- a/fonts.mk +++ b/fonts.mk @@ -17,4 +17,4 @@ # get installed too. PRODUCT_PACKAGES := \ - CutiveMono.ttf + CutiveMono-Regular.ttf -- cgit v1.2.3