summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2021-06-08 18:08:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-08 18:08:40 +0000
commita1fdbe701bcb3c0094bd3a9f099537bee928be51 (patch)
tree32ab9ea9264135ec9f89e54e41a6bea9e8717ba2
parent6d80baa9ac1cc92de5fc02f1f6e3ff7d2171a72d (diff)
parent81c3c1fd9635ad4331935fab264b071ef87912d1 (diff)
downloadroboto-fonts-a1fdbe701bcb3c0094bd3a9f099537bee928be51.tar.gz
Put back static Roboto font for old libraries am: ba6223c425 am: 81c3c1fd96
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/roboto-fonts/+/14722693 Change-Id: I687cf404e0fd6ad72b892e198b29c2152bc502e2
-rw-r--r--Android.bp6
-rw-r--r--RobotoStatic-Regular.ttfbin0 -> 305656 bytes
-rw-r--r--fonts.mk1
3 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index db054ef..ac3180e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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
new file mode 100644
index 0000000..b624812
--- /dev/null
+++ b/RobotoStatic-Regular.ttf
Binary files differ
diff --git a/fonts.mk b/fonts.mk
index ec1aa48..a1f8478 100644
--- a/fonts.mk
+++ b/fonts.mk
@@ -13,4 +13,5 @@
# limitations under the License.
PRODUCT_PACKAGES := \
+ RobotoStatic-Regular.ttf \
Roboto-Regular.ttf