aboutsummaryrefslogtreecommitdiff
path: root/java/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'java/BUILD')
-rw-r--r--java/BUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/BUILD b/java/BUILD
index cd55c54..0ae6c15 100644
--- a/java/BUILD
+++ b/java/BUILD
@@ -37,17 +37,12 @@ cc_library(
# <<< JNI headers
genrule(
- name = "license_resource",
+ name = "license",
srcs = ["@org_brotli//:LICENSE"],
outs = ["META-INF/LICENSE"],
cmd = "cp -f $< $@",
)
-java_library(
- name = "license",
- resources = [":license_resource"],
-)
-
########################################################
# WARNING: do not (transitively) depend on this target!
########################################################