aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 49828cd4d6..c8f0b6b061 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -55,6 +55,15 @@ 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",
@@ -760,6 +769,13 @@ tf_cc_shared_object(
],
)
+exports_files(
+ [
+ "tf_version_script.lds",
+ "tf_exported_symbols.lds",
+ ],
+)
+
py_library(
name = "tensorflow_py",
srcs = ["__init__.py"],