aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/syslibs_configure.bzl
diff options
context:
space:
mode:
authorGravatar Jason Zaman <jason@perfinion.com>2018-09-06 22:04:03 +0800
committerGravatar Jason Zaman <jason@perfinion.com>2018-09-22 10:31:27 +0800
commit206d46704ef6d93e278a44222e2d65259b9f9bc4 (patch)
tree9682ba8348155f648bc3992a74a9f404bec15f92 /third_party/systemlibs/syslibs_configure.bzl
parent37f7bfbce884700295e6348506154be3a30f1457 (diff)
systemlibs: unbundle absl_py dependency
absl_py has rules in many dirs so this uses system_link_files to put files in the right place. Signed-off-by: Jason Zaman <jason@perfinion.com>
Diffstat (limited to 'third_party/systemlibs/syslibs_configure.bzl')
-rw-r--r--third_party/systemlibs/syslibs_configure.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/systemlibs/syslibs_configure.bzl b/third_party/systemlibs/syslibs_configure.bzl
index b22da7c251..bdee56c766 100644
--- a/third_party/systemlibs/syslibs_configure.bzl
+++ b/third_party/systemlibs/syslibs_configure.bzl
@@ -10,6 +10,7 @@
_TF_SYSTEM_LIBS = "TF_SYSTEM_LIBS"
VALID_LIBS = [
+ "absl_py",
"astor_archive",
"boringssl",
"com_googlesource_code_re2",