aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sqlite.BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-07 10:26:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-07 10:30:55 -0800
commitc3e667573fcf97a8eff7b2ed118b0d903508a4ac (patch)
treebd403942298b12af5481690cd09632d04a925382 /third_party/sqlite.BUILD
parent0d160ab43fcaa8357ce9eff6795dc30a41100175 (diff)
Automated g4 rollback of changelist 178215852
PiperOrigin-RevId: 178260470
Diffstat (limited to 'third_party/sqlite.BUILD')
-rw-r--r--third_party/sqlite.BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/sqlite.BUILD b/third_party/sqlite.BUILD
index 03a6a7a5da..9840d7b151 100644
--- a/third_party/sqlite.BUILD
+++ b/third_party/sqlite.BUILD
@@ -9,10 +9,7 @@ licenses(["unencumbered"]) # Public Domain
cc_library(
name = "sqlite",
srcs = ["sqlite3.c"],
- hdrs = [
- "sqlite3.h",
- "sqlite3ext.h",
- ],
+ hdrs = ["sqlite3.h"],
includes = ["."],
linkopts = ["-lm"],
visibility = ["//visibility:public"],