diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-10-05 19:09:50 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-11-23 00:45:06 +0800 |
commit | e437d688d1a07b0a3fd5c1c2ab0889e963a1218b (patch) | |
tree | a5158c29f99ae89f08af3be76be0244d0d90abf2 | |
parent | 1ebb7d98d54c61e5bd6fd1552867196b54c2d11f (diff) |
fonts: Remove real Roboto fontstachibana-mr1tachibana
We're replacing these with different fonts.
Change-Id: I985899fd5db6b56dbcca0bcea6f2025a8712b537
-rw-r--r-- | Android.bp | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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", -} |