blob: 88a84a961376b7ce7e1c7e5caeb5733828a99530 [file] [log] [blame]
licenses(["unencumbered"]) # Public Domain
# Production build of SQLite library that's baked into TensorFlow.
cc_library(
name = "org_sqlite",
linkopts = ["-lsqlite3"],
visibility = ["//visibility:public"],
)
# This is a Copybara sync helper for Google.
py_library(
name = "python",
srcs_version = "PY3",
visibility = ["//visibility:public"],
)