aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs
diff options
context:
space:
mode:
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"],
-)