summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-10-05 19:09:50 -0700
committeralk3pInjection <webmaster@raspii.tech>2023-12-27 00:35:28 +0800
commitead29ba52ab1b3479ae7021d615948db0e170cd8 (patch)
tree49283c903987b5ed033c651205889022cce47c9b
parentc2579df7d432456cb890874622153b8e6d8c41eb (diff)
fonts: Remove real Roboto fontsumineko
We're replacing these with different fonts. Change-Id: I985899fd5db6b56dbcca0bcea6f2025a8712b537
-rw-r--r--Android.bp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.bp b/Android.bp
index ac3180e..12f4c93 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,16 +38,3 @@ filegroup {
"*.ttf",
],
}
-
-prebuilt_font {
- name: "Roboto-Regular.ttf",
- src: "Roboto-Regular.ttf",
- // These symlinks are for backward compatibility.
- symlinks: ["DroidSans.ttf", "DroidSans-Bold.ttf"],
-}
-
-// This static version of fonts are for backward compatibility.
-prebuilt_font {
- name: "RobotoStatic-Regular.ttf",
- src: "RobotoStatic-Regular.ttf",
-}