aboutsummaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2021-09-29 17:01:30 -0700
committerCopybara-Service <copybara-worker@google.com>2021-09-29 17:01:54 -0700
commit5a19f8c78131cb6f65be417b2b7be44e4ae55d54 (patch)
tree71b41d9e63c9d1727246c3c6ca5a891d4e15e5c8 /absl
parent6aafff46962413cee63ec76de5f20ae687d77457 (diff)
downloadabsl-py-5a19f8c78131cb6f65be417b2b7be44e4ae55d54.tar.gz
Remove these exports_files, those LICENSE files no longer exist in their directory after #159 (#160).
PiperOrigin-RevId: 399810236 Change-Id: Ia78c6e27fbcf65c2c9e0de0d1c171c7a172f450a
Diffstat (limited to 'absl')
-rw-r--r--absl/BUILD2
-rw-r--r--absl/flags/BUILD2
-rw-r--r--absl/logging/BUILD2
-rw-r--r--absl/testing/BUILD2
4 files changed, 0 insertions, 8 deletions
diff --git a/absl/BUILD b/absl/BUILD
index 4ccf337..21e1c4c 100644
--- a/absl/BUILD
+++ b/absl/BUILD
@@ -1,7 +1,5 @@
licenses(["notice"])
-exports_files(["LICENSE"])
-
py_library(
name = "app",
srcs = [
diff --git a/absl/flags/BUILD b/absl/flags/BUILD
index de9b1fc..5457c37 100644
--- a/absl/flags/BUILD
+++ b/absl/flags/BUILD
@@ -1,7 +1,5 @@
licenses(["notice"]) # Apache 2.0
-exports_files(["LICENSE"])
-
py_library(
name = "flags",
srcs = ["__init__.py"],
diff --git a/absl/logging/BUILD b/absl/logging/BUILD
index 9526040..9c7b2d3 100644
--- a/absl/logging/BUILD
+++ b/absl/logging/BUILD
@@ -1,7 +1,5 @@
licenses(["notice"]) # Apache 2.0
-exports_files(["LICENSE"])
-
py_library(
name = "logging",
srcs = ["__init__.py"],
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index ecfa8a2..609c3cc 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -1,7 +1,5 @@
licenses(["notice"]) # Apache 2.0
-exports_files(["LICENSE"])
-
config_setting(
name = "osx",
constraint_values = ["//third_party/bazel_platforms/os:osx"],