aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-05 12:33:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-05 12:40:50 -0700
commit6919ab5787e6384d709adf051dc1ce99236b76bc (patch)
tree734f23de7bed8ed76ec4fa47ccf694a515cd2187 /third_party/systemlibs
parentc5bd63fd520df4ca2f8159eef212289fb8c3ea6c (diff)
Convert TensorFlow's jpeg dependency to new third party import method.
PiperOrigin-RevId: 215948571
Diffstat (limited to 'third_party/systemlibs')
-rw-r--r--third_party/systemlibs/jpeg.BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/systemlibs/jpeg.BUILD b/third_party/systemlibs/jpeg.BUILD
deleted file mode 100644
index f4f52da9bd..0000000000
--- a/third_party/systemlibs/jpeg.BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-licenses(["notice"]) # custom notice-style license, see LICENSE.md
-
-filegroup(
- name = "LICENSE.md",
- visibility = ["//visibility:public"],
-)
-
-cc_library(
- name = "jpeg",
- linkopts = ["-ljpeg"],
- visibility = ["//visibility:public"],
-)