From 3e137b24b06a81772402b86392dbd158653d487b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 10 Sep 2018 10:43:05 -0700 Subject: Remove note in TF for Android build instructions about Bazel not supporting NDK 15/16. PiperOrigin-RevId: 212292791 --- tensorflow/examples/android/README.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tensorflow/examples') diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md index dac9b7ab82..82bc3ffda9 100644 --- a/tensorflow/examples/android/README.md +++ b/tensorflow/examples/android/README.md @@ -121,10 +121,6 @@ the Android NDK and SDK must be installed on your system. 2. The Android NDK is required to build the native (C/C++) TensorFlow code. The current recommended version is 14b, which may be found [here](https://developer.android.com/ndk/downloads/older_releases.html#ndk-14b-downloads). - - * NDK 16, the revision released in November 2017, is **incompatible** with - Bazel. See [here](https://github.com/tensorflow/tensorflow/issues/14918). - 3. The Android SDK and build tools may be obtained [here](https://developer.android.com/tools/revisions/build-tools.html), or alternatively as part of [Android @@ -132,10 +128,6 @@ the Android NDK and SDK must be installed on your system. 23 is required to build the TF Android demo (though it will run on API >= 21 devices). - - The Android Studio SDK Manager's NDK installer will install the latest - revision of the NDK, which is **incompatible** with Bazel. You'll need - to download an older version manually, as (2) suggests. - ##### Edit WORKSPACE NOTE: As long as you have the SDK and NDK installed, the `./configure` script -- cgit v1.2.3