* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close #38026
		
			
				
	
	
		
			10 lines
		
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| package(default_visibility = ["//visibility:public"])
 | |
| 
 | |
| filegroup(
 | |
|     name = "files",
 | |
|     srcs = [
 | |
|         "BUILD.bazel",
 | |
|         "expand_template.bzl",
 | |
|     ],
 | |
| )
 |