aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-09-07 14:55:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-07 15:00:04 -0700
commitd410a83207bdf63ead87a145f97377b7eb1f96bf (patch)
treed1fb0659696b9d830266993eb1ae547f9fb97a31 /WORKSPACE
parentf507437914ad802b1b6d09afc228bb23eeaf16eb (diff)
Android: make it possible to build TF with NDK 13+. The default compiler was switched from gcc to clang in 13b, which introduced a number of small incompatibilities.
PiperOrigin-RevId: 167915928
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE1
1 files changed, 0 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a0fe67bf31..69e300439d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -27,7 +27,6 @@ load("//tensorflow:workspace.bzl", "tf_workspace")
# path = "<PATH_TO_SDK>",
#)
#
-# Android NDK r12b is recommended (higher may cause issues with Bazel)
#android_ndk_repository(
# name="androidndk",
# path="<PATH_TO_NDK>",