aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-09-20 12:54:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-20 12:57:55 -0700
commit787d86a37d3c2c4197245e730b08bf00a5a90666 (patch)
tree36a6ff428504b4863a40db9263c8d17e5ef0913d /WORKSPACE
parent22d1508a5fb06043fbf84ff51a07cd0fed66a352 (diff)
Update Android builds to use build tools 26.0.1 (required for Bazel 0.5.4)
PiperOrigin-RevId: 169436243
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 69e300439d..32d3d94ec2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -22,7 +22,7 @@ load("//tensorflow:workspace.bzl", "tf_workspace")
# api_level = 23,
# # Ensure that you have the build_tools_version below installed in the
# # SDK manager as it updates periodically.
-# build_tools_version = "25.0.2",
+# build_tools_version = "26.0.1",
# # Replace with path to Android SDK on your system
# path = "<PATH_TO_SDK>",
#)