diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-10-05 19:08:55 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-11-23 00:45:06 +0800 |
commit | 13037c4540af2cdc2a07ce659d2afbae5d1ad3c7 (patch) | |
tree | 5cc8b42a49db7e252c827154f960e22bbae7cd58 | |
parent | 095d78d2cd5bc27f265a29b6845c78d20e6bf34e (diff) |
fonts: Remove real Noto Serif Latin fonts
We're replacing these with different fonts.
Change-Id: Ia016a7f39dc5416aecd3b38b14bb834d4888c86b
-rw-r--r-- | other/Android.bp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/other/Android.bp b/other/Android.bp index b6ebb4e..1460917 100644 --- a/other/Android.bp +++ b/other/Android.bp @@ -47,26 +47,6 @@ license { ], } -prebuilt_font { - name: "NotoSerif-Regular.ttf", - src: "NotoSerif-Regular.ttf", -} - -prebuilt_font { - name: "NotoSerif-Bold.ttf", - src: "NotoSerif-Bold.ttf", -} - -prebuilt_font { - name: "NotoSerif-Italic.ttf", - src: "NotoSerif-Italic.ttf", -} - -prebuilt_font { - name: "NotoSerif-BoldItalic.ttf", - src: "NotoSerif-BoldItalic.ttf", -} - prebuilt_font { name: "NotoNaskhArabic-Bold.ttf", |