Browse Source

Update BUILD

Andrew Harp 9 years ago
parent
commit
3b4e7dcf29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD

+ 1 - 1
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"],
 })