Add NDK r16 to Bazel's supported range of NDKs.
PiperOrigin-RevId: 210975274
diff --git a/configure.py b/configure.py
index 10fee69..7edab53 100644
--- a/configure.py
+++ b/configure.py
@@ -45,7 +45,7 @@
_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]
+_SUPPORTED_ANDROID_NDK_VERSIONS = [10, 11, 12, 13, 14, 15, 16]
_DEFAULT_PROMPT_ASK_ATTEMPTS = 10