Bazel 2.0 flipped --incompatible_remap_main_repo. The gist of it is that when referring to a target in the main repository from inside an external repository the target needs to be prefixed by the main repository name. In this case "@org_tensorflow". Else, it's assumed that one is referring to a target inside the external repo. PiperOrigin-RevId: 294752795 Change-Id: Ic23d08f457b966e9a039152c5f8a550ba5a1978e
7 lines
166 B
Python
7 lines
166 B
Python
py_binary(
|
|
name = "expand_cmake_vars",
|
|
srcs = ["expand_cmake_vars.py"],
|
|
srcs_version = "PY2AND3",
|
|
visibility = ["@llvm-project//:__subpackages__"],
|
|
)
|