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/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/tensorflow/examples/android/BUILD b/tensorflow/examples/android/BUILD
index 0c1cea5fc3..c795ba67a8 100644
--- a/tensorflow/examples/android/BUILD
+++ b/tensorflow/examples/android/BUILD
@@ -39,7 +39,6 @@ cc_binary(
"notap",
],
deps = [
- ":demo_proto_lib_cc",
"//tensorflow/contrib/android:android_tensorflow_inference_jni",
"//tensorflow/core:android_tensorflow_lib",
LINKER_SCRIPT,
@@ -118,20 +117,3 @@ filegroup(
)
exports_files(["AndroidManifest.xml"])
-
-load(
- "//tensorflow/core:platform/default/build_config.bzl",
- "tf_proto_library",
-)
-
-tf_proto_library(
- name = "demo_proto_lib",
- srcs = glob(
- ["**/*.proto"],
- ),
- cc_api_version = 2,
- visibility = ["//visibility:public"],
-)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets go here (must be at the end).