aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/build.gradle')
-rw-r--r--tensorflow/examples/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/android/build.gradle b/tensorflow/examples/android/build.gradle
index 001d57f88a..e97faad516 100644
--- a/tensorflow/examples/android/build.gradle
+++ b/tensorflow/examples/android/build.gradle
@@ -10,7 +10,7 @@
// setting nativeBuildSystem below to 'makefile'. This will allow building the demo
// on Windows machines, but note that full equivalence with the Bazel
// build is not yet guaranteed. See comments below for caveats and tips
-// for speeding up the build, such as as enabling ccache.
+// for speeding up the build, such as enabling ccache.
// NOTE: Running a make build will cause subsequent Bazel builds to *fail*
// unless the contrib/makefile/downloads/ and gen/ dirs are deleted afterwards.