diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-03 02:05:48 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-03 02:05:48 +0000 |
commit | 13df1ec855c319bc9665d51846ecead4c15f4b68 (patch) | |
tree | fa582dcd0635972a8216e4003b609c7a7b075806 | |
parent | 71d2676fb19b871350d7d4dc68ff7bbe8a85e794 (diff) | |
parent | b11b91af7f576a1a65ef717208afa98a61c1e471 (diff) |
Snap for 6553216 from b11b91af7f576a1a65ef717208afa98a61c1e471 to sc-release
Change-Id: I1b1735604f4e6be4a8f7a9d407b63dc64f48a91a
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,11 +25,15 @@ filegroup { prebuilt_font { name: "Roboto-Regular.ttf", src: "Roboto-Regular.ttf", + // These symlinks are for backward compatibility. + symlinks: ["DroidSans.ttf"], } prebuilt_font { name: "Roboto-Bold.ttf", src: "Roboto-Bold.ttf", + // These symlinks are for backward compatibility. + symlinks: ["DroidSans-Bold.ttf"], } prebuilt_font { |