diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-10-05 19:09:50 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-27 00:35:28 +0800 |
commit | ead29ba52ab1b3479ae7021d615948db0e170cd8 (patch) | |
tree | 49283c903987b5ed033c651205889022cce47c9b | |
parent | c2579df7d432456cb890874622153b8e6d8c41eb (diff) |
fonts: Remove real Roboto fontsumineko
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", -} |