aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/android/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/android/BUILD')
-rw-r--r--tensorflow/examples/android/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/tensorflow/examples/android/BUILD b/tensorflow/examples/android/BUILD
index 1214647797..a088d7cf2f 100644
--- a/tensorflow/examples/android/BUILD
+++ b/tensorflow/examples/android/BUILD
@@ -101,22 +101,6 @@ filegroup(
# LINT.ThenChange(//tensorflow/examples/android/download-models.gradle)
filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- "bin/**",
- "gen/**",
- "gradleBuild/**",
- "libs/**",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
-
-filegroup(
name = "java_files",
srcs = glob(["src/**/*.java"]),
)