aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/aws.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aws.BUILD')
-rw-r--r--third_party/aws.BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/aws.BUILD b/third_party/aws.BUILD
index bc6a2fd8cc..bc9e37ffb3 100644
--- a/third_party/aws.BUILD
+++ b/third_party/aws.BUILD
@@ -21,6 +21,9 @@ cc_library(
"@%ws%//tensorflow:linux_ppc64le": glob([
"aws-cpp-sdk-core/source/platform/linux-shared/*.cpp",
]),
+ "@%ws%//tensorflow:raspberry_pi_armeabi": glob([
+ "aws-cpp-sdk-core/source/platform/linux-shared/*.cpp",
+ ]),
"//conditions:default": [],
}) + glob([
"aws-cpp-sdk-core/include/**/*.h",