diff options
author | Scott Lobdell <slobdell@google.com> | 2021-03-11 19:08:43 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2021-03-11 19:08:43 +0000 |
commit | afa969a714505fa62b6d4578eb4338245a2a268f (patch) | |
tree | 1c2a2ad56ebe827adb79bb8acc3682de612a4b92 | |
parent | bc6cbf00fae1f3863ffb445f18b6f7e3a7293bf3 (diff) | |
parent | 357344e54c104149cc1d360545c5beff5e2ba51e (diff) |
Merge SP1A.210311.001
Change-Id: I5e05327e7df85ba628e8b28481bd14bcfd6755a3
-rw-r--r-- | Android.bp | 4 | ||||
-rw-r--r-- | CutiveMono-Regular.ttf (renamed from CutiveMono.ttf) | bin | 69180 -> 69180 bytes | |||
-rw-r--r-- | fonts.mk | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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.ttf b/CutiveMono-Regular.ttf Binary files differindex efe0f33..efe0f33 100644 --- a/CutiveMono.ttf +++ b/CutiveMono-Regular.ttf @@ -17,4 +17,4 @@ # get installed too. PRODUCT_PACKAGES := \ - CutiveMono.ttf + CutiveMono-Regular.ttf |