Add license to the java toolchain BUILD file
PiperOrigin-RevId: 275463441 Change-Id: If68b6dcfd319dfcb228be3d167748b08b3e621aa
This commit is contained in:
parent
ca21a79e60
commit
278c78c449
2
third_party/toolchains/java/BUILD
vendored
2
third_party/toolchains/java/BUILD
vendored
@ -6,6 +6,8 @@
|
|||||||
# the default java toolchain to remove "-parameters" flag.
|
# the default java toolchain to remove "-parameters" flag.
|
||||||
load("@bazel_tools//tools/jdk:default_java_toolchain.bzl", "default_java_toolchain")
|
load("@bazel_tools//tools/jdk:default_java_toolchain.bzl", "default_java_toolchain")
|
||||||
|
|
||||||
|
licenses(["notice"])
|
||||||
|
|
||||||
default_java_toolchain(
|
default_java_toolchain(
|
||||||
name = "tf_java_toolchain",
|
name = "tf_java_toolchain",
|
||||||
misc = [
|
misc = [
|
||||||
|
Loading…
Reference in New Issue
Block a user