Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 3fb3832

Browse files
authored
fix: remove includes = ["."] (#1423)
Using `includes = ["."]` in a top-level BUILD file causes too many odd behaviors and breakages. For example, it makes `bazel build ...` fail. The goal was to allow users to include our headers using angle-bracket includes, which this does. However, there may be a better way to do this. Until we figure that out, we should remove the odd line.
1 parent 1a238f8 commit 3fb3832

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ exports_files([
2222

2323
cc_library(
2424
name = "spanner_client",
25-
includes = ["."],
26-
tags = ["manual"],
2725
deps = [
2826
"//google/cloud/spanner:spanner_client",
2927
],

0 commit comments

Comments
 (0)