diff options
author | Scott Lobdell <slobdell@google.com> | 2021-02-23 11:55:09 -0800 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2021-02-23 11:55:09 -0800 |
commit | 85e4da714c97b77444c8153f238abca5fc8ae6b2 (patch) | |
tree | 3d973879650a0d4f528e4371804f6a46ce7b4054 | |
parent | bcce88428b2b48ff7b55f29ffdfbb8e91ad1f128 (diff) | |
parent | 740a29c9e9c05e67b792ff527432cb11aa6d0b65 (diff) |
Merge SP1A.210222.001
Change-Id: I2130e94382aef840be50bded449e80468ccdf4cd
-rw-r--r-- | Android.bp | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,6 +13,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["external_roboto-fonts_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "external_roboto-fonts_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "NOTICE", + ], +} + filegroup { name: "recovery_roboto-fonts_dep", export_to_make_var: "recovery_roboto-fonts_dep", |