diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-17 03:16:21 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-17 03:16:21 +0000 |
commit | 424755c035f14bcc12dcf14371b1a2c7fc5099be (patch) | |
tree | 3d973879650a0d4f528e4371804f6a46ce7b4054 | |
parent | 8ee89dbc8648ec1bd573f6623d4a5db48139edac (diff) | |
parent | e25a683e629877886dcf6e0f26c673ccc855ee40 (diff) |
Snap for 7149879 from e25a683e629877886dcf6e0f26c673ccc855ee40 to sc-v2-release
Change-Id: I0660d6db44e6785e12e034d7303add59fc1421b6
-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", |