diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-09 03:04:31 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-09 03:04:31 +0000 |
commit | c136ebc61471e5e34e930f24a85e52a738a60ff7 (patch) | |
tree | 32ab9ea9264135ec9f89e54e41a6bea9e8717ba2 | |
parent | ce61fc24a4db2685f0fd8f1a8337fd9e84fa00e6 (diff) | |
parent | a3318072a7d758051f88f91f169c7e3da5981353 (diff) |
Snap for 7439290 from a3318072a7d758051f88f91f169c7e3da5981353 to tm-release
Change-Id: I63a02b1818c5e0ce03ffa1c06446a1622078435f
-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 |