commit | cce7658b922f18d5bc6de32f43ecf04328bc82b7 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Oct 31 23:38:52 2015 +0000 |
committer | Brian Silverman <brians> | Sat Oct 31 23:40:46 2015 +0000 |
tree | 3b8a01b563f8bb2d463ed7271c2fc8efadb0cbbd | |
parent | 281bf302bde2c18b34a764f30ffe45b01faeb813 [diff] [blame] |
Figure out how we're building Bazel and make the code work with it Change-Id: Iac0abca9e34ebf9d8f41f6f5a5803f54ca2b8beb
diff --git a/tools/BUILD b/tools/BUILD index 9e25adc..747b9c1 100644 --- a/tools/BUILD +++ b/tools/BUILD
@@ -1,5 +1,7 @@ package(default_visibility = ['//visibility:public']) +exports_files(['test_sharding_compliant']) + # Don't use these directly! Use //tools/build_rules/select.bzl instead. config_setting( name = 'compiler_clang',