Update configure script to not warn about Bazel r17 and r18. Bazel supports both revisions now.

PiperOrigin-RevId: 221145880
This commit is contained in:
A. Unique TensorFlower 2018-11-12 13:22:13 -08:00 committed by TensorFlower Gardener
parent a8190d80df
commit 82820eff5e

View File

@ -43,7 +43,7 @@ _DEFAULT_CUDA_PATH_WIN = ('C:/Program Files/NVIDIA GPU Computing '
_TF_OPENCL_VERSION = '1.2'
_DEFAULT_COMPUTECPP_TOOLKIT_PATH = '/usr/local/computecpp'
_DEFAULT_TRISYCL_INCLUDE_DIR = '/usr/local/triSYCL/include'
_SUPPORTED_ANDROID_NDK_VERSIONS = [10, 11, 12, 13, 14, 15, 16]
_SUPPORTED_ANDROID_NDK_VERSIONS = [10, 11, 12, 13, 14, 15, 16, 17, 18]
_DEFAULT_PROMPT_ASK_ATTEMPTS = 10