diff options
author | Andrew Harp <andrewharp@google.com> | 2017-03-23 11:11:54 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2017-03-23 12:32:02 -0700 |
commit | 21aafcdf2ec34682f97032efbac4c9f188d477f3 (patch) | |
tree | bc35c664cfabca30e6257c6963d222adc5214681 /WORKSPACE | |
parent | afbeb7df73bc5929644dc33754493122a57da5aa (diff) |
Add comments for Android NDK settings in WORKSPACE.
Change: 151036764
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |