Can I reference a local target in a BUILD without ...
# general
p
Can I reference a local target in a BUILD without the full path? In bazel.. //foo/BUILD
Copy code
thing = ":bar"
thing2 = "//foo:bar"
Are the same label, as bazel knows where I am..
h
yes
p
Is that documented anywhere?
Specifically the Relative addresses section in there
p
I can't read. Thanks!