Tianjie Xu | 114e3e9 | 2018-11-09 10:49:25 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2018 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | |
Bob Badour | 09d1969 | 2021-02-12 19:46:29 -0800 | [diff] [blame] | 16 | package { |
| 17 | default_applicable_licenses: ["external_roboto-fonts_license"], |
| 18 | } |
| 19 | |
| 20 | // Added automatically by a large-scale-change |
| 21 | // See: http://go/android-license-faq |
| 22 | license { |
| 23 | name: "external_roboto-fonts_license", |
| 24 | visibility: [":__subpackages__"], |
| 25 | license_kinds: [ |
| 26 | "SPDX-license-identifier-Apache-2.0", |
| 27 | ], |
| 28 | license_text: [ |
| 29 | "NOTICE", |
| 30 | ], |
| 31 | } |
| 32 | |
Tianjie Xu | 114e3e9 | 2018-11-09 10:49:25 -0800 | [diff] [blame] | 33 | filegroup { |
| 34 | name: "recovery_roboto-fonts_dep", |
| 35 | export_to_make_var: "recovery_roboto-fonts_dep", |
| 36 | srcs: [ |
| 37 | "*.otf", |
| 38 | "*.ttf", |
| 39 | ], |
| 40 | } |
Patrice Arruda | 56f8c2b | 2019-05-16 10:39:15 -0700 | [diff] [blame] | 41 | |
| 42 | prebuilt_font { |
| 43 | name: "Roboto-Regular.ttf", |
| 44 | src: "Roboto-Regular.ttf", |
Yo Chiang | cf5f2b2 | 2020-05-27 18:16:35 +0800 | [diff] [blame] | 45 | // These symlinks are for backward compatibility. |
Android Build Coastguard Worker | 204a126 | 2021-10-09 05:04:49 +0000 | [diff] [blame] | 46 | symlinks: ["DroidSans.ttf"], |
| 47 | } |
| 48 | |
| 49 | prebuilt_font { |
| 50 | name: "Roboto-Bold.ttf", |
| 51 | src: "Roboto-Bold.ttf", |
| 52 | // These symlinks are for backward compatibility. |
| 53 | symlinks: ["DroidSans-Bold.ttf"], |
| 54 | } |
| 55 | |
| 56 | prebuilt_font { |
| 57 | name: "Roboto-Italic.ttf", |
| 58 | src: "Roboto-Italic.ttf", |
| 59 | } |
| 60 | |
| 61 | prebuilt_font { |
| 62 | name: "Roboto-BoldItalic.ttf", |
| 63 | src: "Roboto-BoldItalic.ttf", |
| 64 | } |
| 65 | |
| 66 | prebuilt_font { |
| 67 | name: "Roboto-Black.ttf", |
| 68 | src: "Roboto-Black.ttf", |
| 69 | } |
| 70 | |
| 71 | prebuilt_font { |
| 72 | name: "Roboto-BlackItalic.ttf", |
| 73 | src: "Roboto-BlackItalic.ttf", |
| 74 | } |
| 75 | |
| 76 | prebuilt_font { |
| 77 | name: "Roboto-Light.ttf", |
| 78 | src: "Roboto-Light.ttf", |
| 79 | } |
| 80 | |
| 81 | prebuilt_font { |
| 82 | name: "Roboto-LightItalic.ttf", |
| 83 | src: "Roboto-LightItalic.ttf", |
| 84 | } |
| 85 | |
| 86 | prebuilt_font { |
| 87 | name: "Roboto-Medium.ttf", |
| 88 | src: "Roboto-Medium.ttf", |
| 89 | } |
| 90 | |
| 91 | prebuilt_font { |
| 92 | name: "Roboto-MediumItalic.ttf", |
| 93 | src: "Roboto-MediumItalic.ttf", |
| 94 | } |
| 95 | |
| 96 | prebuilt_font { |
| 97 | name: "Roboto-Thin.ttf", |
| 98 | src: "Roboto-Thin.ttf", |
| 99 | } |
| 100 | |
| 101 | prebuilt_font { |
| 102 | name: "Roboto-ThinItalic.ttf", |
| 103 | src: "Roboto-ThinItalic.ttf", |
| 104 | } |
| 105 | |
| 106 | prebuilt_font { |
| 107 | name: "RobotoCondensed-Regular.ttf", |
| 108 | src: "RobotoCondensed-Regular.ttf", |
| 109 | } |
| 110 | |
| 111 | prebuilt_font { |
| 112 | name: "RobotoCondensed-Bold.ttf", |
| 113 | src: "RobotoCondensed-Bold.ttf", |
| 114 | } |
| 115 | |
| 116 | prebuilt_font { |
| 117 | name: "RobotoCondensed-Italic.ttf", |
| 118 | src: "RobotoCondensed-Italic.ttf", |
| 119 | } |
| 120 | |
| 121 | prebuilt_font { |
| 122 | name: "RobotoCondensed-BoldItalic.ttf", |
| 123 | src: "RobotoCondensed-BoldItalic.ttf", |
| 124 | } |
| 125 | |
| 126 | prebuilt_font { |
| 127 | name: "RobotoCondensed-Light.ttf", |
| 128 | src: "RobotoCondensed-Light.ttf", |
| 129 | } |
| 130 | |
| 131 | prebuilt_font { |
| 132 | name: "RobotoCondensed-LightItalic.ttf", |
| 133 | src: "RobotoCondensed-LightItalic.ttf", |
| 134 | } |
| 135 | |
| 136 | prebuilt_font { |
| 137 | name: "RobotoCondensed-Medium.ttf", |
| 138 | src: "RobotoCondensed-Medium.ttf", |
| 139 | } |
| 140 | |
| 141 | prebuilt_font { |
| 142 | name: "RobotoCondensed-MediumItalic.ttf", |
| 143 | src: "RobotoCondensed-MediumItalic.ttf", |
Patrice Arruda | 56f8c2b | 2019-05-16 10:39:15 -0700 | [diff] [blame] | 144 | } |
Seigo Nonaka | ba6223c | 2021-05-25 14:04:56 -0700 | [diff] [blame] | 145 | |
| 146 | // This static version of fonts are for backward compatibility. |
| 147 | prebuilt_font { |
| 148 | name: "RobotoStatic-Regular.ttf", |
| 149 | src: "RobotoStatic-Regular.ttf", |
| 150 | } |