Internal change

PiperOrigin-RevId: 253293948
This commit is contained in:
A. Unique TensorFlower 2019-06-14 14:13:20 -07:00 committed by TensorFlower Gardener
parent 2dc9c99cf8
commit 43fc0b9020

View File

@ -0,0 +1,17 @@
"""Description: BUILD file for shell script to install bazel using the installer.
"""
package(
default_visibility = ["//tensorflow:internal"],
licenses = ["notice"], # Apache 2.0
)
sh_binary(
name = "install_bazel",
srcs = ["install_bazel.sh"],
)
sh_binary(
name = "install_bazel_from_source",
srcs = ["install_bazel_from_source.sh"],
)