aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index c8f0b6b061..49828cd4d6 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -55,15 +55,6 @@ config_setting(
)
config_setting(
- name = "raspberry_pi_armeabi",
- values = {
- "crosstool_top": "@local_config_arm_compiler//:toolchain",
- "cpu": "armeabi",
- },
- visibility = ["//visibility:public"],
-)
-
-config_setting(
name = "android_arm",
values = {
"crosstool_top": "//external:android/crosstool",
@@ -769,13 +760,6 @@ tf_cc_shared_object(
],
)
-exports_files(
- [
- "tf_version_script.lds",
- "tf_exported_symbols.lds",
- ],
-)
-
py_library(
name = "tensorflow_py",
srcs = ["__init__.py"],