Mark link-time dependency library as alwayslink=1.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 18 May 2018 14:49:06 +0000 (07:49 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 18 May 2018 14:53:00 +0000 (07:53 -0700)
PiperOrigin-RevId: 197145205

tensorflow/core/lib/db/BUILD

index ce09c20..7a64306 100644 (file)
@@ -29,6 +29,7 @@ cc_library(
         "@org_sqlite",
         "@snappy",
     ],
+    alwayslink = 1,
 )
 
 tf_cc_test(