2df9a75899
For consistency with gerrit build process Change-Id: I2e06175b3499f855c98e8138eb9e07543cde0016
18 lines
466 B
Python
18 lines
466 B
Python
load("//tools/bzl:genrule2.bzl", "genrule2")
|
|
|
|
# Roboto Mono. Version 2.136
|
|
# https://github.com/google/roboto/releases/tag/v2.136
|
|
filegroup(
|
|
name = "robotofonts",
|
|
srcs = [
|
|
"Roboto-Medium.woff",
|
|
"Roboto-Medium.woff2",
|
|
"Roboto-Regular.woff",
|
|
"Roboto-Regular.woff2",
|
|
"RobotoMono-Regular.woff",
|
|
"RobotoMono-Regular.woff2",
|
|
],
|
|
data = ["//lib:LICENSE-Apache2.0"],
|
|
visibility = ["//visibility:public"],
|
|
)
|