From 21aafcdf2ec34682f97032efbac4c9f188d477f3 Mon Sep 17 00:00:00 2001 From: Andrew Harp Date: Thu, 23 Mar 2017 11:11:54 -0800 Subject: Add comments for Android NDK settings in WORKSPACE. Change: 151036764 --- WORKSPACE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 162b9b43bc..72fa0d8949 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -30,10 +30,11 @@ check_version("0.4.2") # path = "", #) # +# Android NDK r12b is recommended (higher may cause issues with Bazel) #android_ndk_repository( # name="androidndk", # path="", -# api_level=14) +# api_level=14) # This needs to be 14 or higher to compile TensorFlow. # Please add all new TensorFlow dependencies in workspace.bzl. tf_workspace() -- cgit v1.2.3