mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9a27c5befb
Use defaults.bzl for the common macros PR Close #63384
11 lines
196 B
Python
11 lines
196 B
Python
load("//tools:defaults.bzl", "copy_to_bin")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
copy_to_bin(
|
|
name = "public-api",
|
|
srcs = glob([
|
|
"public-api/**/*.md",
|
|
]),
|
|
)
|