Put back static Roboto font for old libraries am: ba6223c425

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/roboto-fonts/+/14722693

Change-Id: I72bf8ed22eee8154b61ec2e28069d653f7eb7104
diff --git a/Android.bp b/Android.bp
index db054ef..ac3180e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,3 +45,9 @@
     // 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