diff options
author | Danny Lin <danny@kdrag0n.dev> | 2021-10-05 20:04:11 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-07 00:20:58 +0800 |
commit | a2b08f3881ab706dc4bfbb437305c14697318a11 (patch) | |
tree | 514d905e6fda7e80a9e3ffb0af5685fa82342054 | |
parent | f1f3139466dc32963adab02f89ad0a68b68980a9 (diff) |
fonts: Don't build real DroidSansMono
We're going to replace this with a different font.
Change-Id: I87f8dd9cd3c915ffcd76dc2983a202e8808e0cb0
-rw-r--r-- | data/fonts/Android.bp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/fonts/Android.bp b/data/fonts/Android.bp index f90a74d939f4..81716878df3a 100644 --- a/data/fonts/Android.bp +++ b/data/fonts/Android.bp @@ -30,16 +30,6 @@ license { } prebuilt_font { - name: "DroidSansMono.ttf", - src: "DroidSansMono.ttf", - required: [ - // Roboto-Regular.ttf provides DroidSans.ttf as a symlink to itself - // Roboto-Regular.ttf provides DroidSans-Bold.ttf as a symlink to itself - "Roboto-Regular.ttf", - ], -} - -prebuilt_font { name: "AndroidClock.ttf", src: "AndroidClock.ttf", } |