github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/systemlibs/sqlite.BUILD (about)

     1  licenses(["unencumbered"])  # Public Domain
     2  
     3  # Production build of SQLite library that's baked into TensorFlow.
     4  cc_library(
     5      name = "org_sqlite",
     6      linkopts = ["-lsqlite3"],
     7      visibility = ["//visibility:public"],
     8  )
     9  
    10  # This is a Copybara sync helper for Google.
    11  py_library(
    12      name = "python",
    13      srcs_version = "PY2AND3",
    14      visibility = ["//visibility:public"],
    15  )