aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 162b9b43bc..72fa0d8949 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -30,10 +30,11 @@ check_version("0.4.2")
# path = "<PATH_TO_SDK>",
#)
#
+# Android NDK r12b is recommended (higher may cause issues with Bazel)
#android_ndk_repository(
# name="androidndk",
# path="<PATH_TO_NDK>",
-# 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()