diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-09 01:05:30 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-09 01:05:30 +0000 |
commit | dd2ef4e2a45f66d26998f9159473385666c60e7b (patch) | |
tree | 32ab9ea9264135ec9f89e54e41a6bea9e8717ba2 | |
parent | 740a29c9e9c05e67b792ff527432cb11aa6d0b65 (diff) | |
parent | ba6223c4258239e4a164007c4b4c75eab4e0715e (diff) |
Snap for 7439149 from ba6223c4258239e4a164007c4b4c75eab4e0715e to sc-release
Change-Id: I75ed268452c391a89037b6ded94116115d172ccc
-rw-r--r-- | Android.bp | 6 | ||||
-rw-r--r-- | RobotoStatic-Regular.ttf | bin | 0 -> 305656 bytes | |||
-rw-r--r-- | fonts.mk | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -45,3 +45,9 @@ prebuilt_font { // 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", +} diff --git a/RobotoStatic-Regular.ttf b/RobotoStatic-Regular.ttf Binary files differnew file mode 100644 index 0000000..b624812 --- /dev/null +++ b/RobotoStatic-Regular.ttf @@ -13,4 +13,5 @@ # limitations under the License. PRODUCT_PACKAGES := \ + RobotoStatic-Regular.ttf \ Roboto-Regular.ttf |