aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 03582503..1615486f 100644
--- a/BUILD
+++ b/BUILD
@@ -24,7 +24,7 @@ config_setting(
# Android builds do not need to link in a separate pthread library.
LINK_OPTS = select({
- "//tensorflow:android": [],
+ ":android": [],
"//conditions:default": ["-lpthread"],
})