Update BUILD
diff --git a/BUILD b/BUILD
index 0358250..1615486 100644
--- a/BUILD
+++ b/BUILD
@@ -24,7 +24,7 @@
 
 # Android builds do not need to link in a separate pthread library.
 LINK_OPTS = select({
-    "//tensorflow:android": [],
+    ":android": [],
     "//conditions:default": ["-lpthread"],
 })