From ead29ba52ab1b3479ae7021d615948db0e170cd8 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 5 Oct 2021 19:09:50 -0700 Subject: fonts: Remove real Roboto fonts We're replacing these with different fonts. Change-Id: I985899fd5db6b56dbcca0bcea6f2025a8712b537 --- Android.bp | 13 ------------- 1 file changed, 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", -} -- cgit v1.2.3