aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/address_sorting/BUILD
diff options
context:
space:
mode:
authorGravatar Alex Polcyn <apolcyn@google.com>2018-03-01 19:22:53 +0000
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-03-20 23:51:23 -0700
commit77f64f76bd502ba8350a64fd29623e3af92e5586 (patch)
tree539179041b3ee6a47cc3ce00dee9e1e782221d04 /third_party/address_sorting/BUILD
parent47a92893a3f80238fbe9f761db4fc3dc79fbd6de (diff)
Put address_sorting's public header under its own directory. Also add
test_only to sort function used in test.
Diffstat (limited to 'third_party/address_sorting/BUILD')
-rw-r--r--third_party/address_sorting/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/address_sorting/BUILD b/third_party/address_sorting/BUILD
index defa0851aa..7d5fb9d7ed 100644
--- a/third_party/address_sorting/BUILD
+++ b/third_party/address_sorting/BUILD
@@ -50,11 +50,11 @@ address_sorting_cc_library(
"address_sorting_windows.c",
],
hdrs = [
- "address_sorting.h",
+ "include/address_sorting/address_sorting.h",
"address_sorting_internal.h",
],
copts = ["-std=c99"],
includes = [
- ".",
+ "include",
],
)