summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-10-05 19:09:50 -0700
committeralk3pInjection <webmaster@raspii.tech>2022-11-23 00:45:06 +0800
commite437d688d1a07b0a3fd5c1c2ab0889e963a1218b (patch)
treea5158c29f99ae89f08af3be76be0244d0d90abf2
parent1ebb7d98d54c61e5bd6fd1552867196b54c2d11f (diff)
fonts: Remove real Roboto fontstachibana-mr1tachibana
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",
-}