From ccbc8991db3943ef984405881a1c917c530f902f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 4 Apr 2017 16:10:08 -0800 Subject: Merge changes from github. Change: 152200430 --- WORKSPACE | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 6ec1a7df3e..cab8389a55 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -20,7 +20,9 @@ load("//tensorflow:workspace.bzl", "tf_workspace") #android_sdk_repository( # name = "androidsdk", # api_level = 23, -# build_tools_version = "25.0.1", +# # Ensure that you have the build_tools_version below installed in the +# # SDK manager as it updates periodically. +# build_tools_version = "25.0.2", # # Replace with path to Android SDK on your system # path = "", #) @@ -29,7 +31,9 @@ load("//tensorflow:workspace.bzl", "tf_workspace") #android_ndk_repository( # name="androidndk", # path="", -# api_level=14) # This needs to be 14 or higher to compile TensorFlow. +# # This needs to be 14 or higher to compile TensorFlow. +# # Note that the NDK version is not the API level. +# api_level=14) # Please add all new TensorFlow dependencies in workspace.bzl. tf_workspace() -- cgit v1.2.3