Bazel: set alias targets to manual only (#9134)

This commit is contained in:
Preston Van Loon
2021-07-01 09:48:09 -05:00
committed by GitHub
parent d6bd619429
commit ca7b312761

View File

@@ -4,4 +4,5 @@ def moved_targets(targets, new_package):
name=target[1:],
actual=new_package+target,
deprecation="This target has moved to %s%s"%(new_package,target),
tags = ["manual"],
)