* stable-2.14: Bazel: Fix more buildifier warnings Bazel: Automatically fix lint errors with buildifier 0.20.0 Bazel: Automatically fix lint errors with buildifier Change-Id: I02ba30185683a54dca09e6e200b90fe0e86e1f83
		
			
				
	
	
		
			17 lines
		
	
	
		
			421 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			421 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# 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"],
 | 
						|
)
 |