aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-03-23 11:11:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-23 12:32:02 -0700
commit21aafcdf2ec34682f97032efbac4c9f188d477f3 (patch)
treebc35c664cfabca30e6257c6963d222adc5214681 /WORKSPACE
parentafbeb7df73bc5929644dc33754493122a57da5aa (diff)
Add comments for Android NDK settings in WORKSPACE.
Change: 151036764
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()